Skip to content

Commit

Permalink
feat(wine): complete with *.bat and *.cmd
Browse files Browse the repository at this point in the history
Closes #1257
  • Loading branch information
scop committed Nov 17, 2024
1 parent e6d103e commit 01b34cb
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 @@ -16,7 +16,7 @@ _comp_cmd_wine()
_comp_compgen -- -W '--help --version'
[[ ${COMPREPLY-} ]] && return
fi
_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])'
else
_comp_compgen_filedir
fi
Expand Down

0 comments on commit 01b34cb

Please sign in to comment.