diff options
Diffstat (limited to 'completions/wine')
-rw-r--r-- | completions/wine | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/wine b/completions/wine index c02c97f0..8cdc9146 100644 --- a/completions/wine +++ b/completions/wine @@ -10,7 +10,7 @@ _wine() COMPREPLY=( $( compgen -W '--help --version' -- "$cur" ) ) [[ $COMPREPLY ]] && return fi - _filedir '[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]' + _filedir '@([eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI])' else _filedir fi |