Skip to content

Commit 01b34cb

Browse files
committed
feat(wine): complete with *.bat and *.cmd
Closes #1257
1 parent e6d103e commit 01b34cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/wine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _comp_cmd_wine()
1616
_comp_compgen -- -W '--help --version'
1717
[[ ${COMPREPLY-} ]] && return
1818
fi
19-
_comp_compgen_filedir '@([eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI])'
19+
_comp_compgen_filedir '@([bB][aA][tT]|[cC][mM][dD]|[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI])'
2020
else
2121
_comp_compgen_filedir
2222
fi

0 commit comments

Comments
 (0)