Skip to content

Commit

Permalink
Add .msi completion for Wine
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Sharp authored and GArik committed Jul 6, 2012
1 parent f604f6c commit f3e3fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/wine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3e3fc5

Please sign in to comment.