Add .msi completion for Wine

This commit is contained in:
Ken Sharp 2012-06-14 01:38:32 +01:00 committed by Igor Murzov
parent f604f6ce5b
commit f3e3fc5a4d

View File

@ -10,7 +10,7 @@ _wine()
COMPREPLY=( $( compgen -W '--help --version' -- "$cur" ) ) COMPREPLY=( $( compgen -W '--help --version' -- "$cur" ) )
[[ $COMPREPLY ]] && return [[ $COMPREPLY ]] && return
fi 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 else
_filedir _filedir
fi fi