We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*.bat
*.cmd
1 parent e6d103e commit 01b34cbCopy full SHA for 01b34cb
completions/wine
@@ -16,7 +16,7 @@ _comp_cmd_wine()
16
_comp_compgen -- -W '--help --version'
17
[[ ${COMPREPLY-} ]] && return
18
fi
19
- _comp_compgen_filedir '@([eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI])'
+ _comp_compgen_filedir '@([bB][aA][tT]|[cC][mM][dD]|[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI])'
20
else
21
_comp_compgen_filedir
22
0 commit comments