mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
moved from Completion/X/_x_modifier
This commit is contained in:
parent
23ec7f2f97
commit
88cb35b257
1 changed files with 7 additions and 0 deletions
7
Completion/X/Type/_x_modifier
Normal file
7
Completion/X/Type/_x_modifier
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#autoload
|
||||||
|
|
||||||
|
local expl
|
||||||
|
|
||||||
|
_wanted modifiers expl modifier \
|
||||||
|
compadd "$@" -M 'm:{a-z}={A-Z}' - \
|
||||||
|
Shift Lock Control Mod1 Mod2 Mod3 Mod4 Mod5
|
Loading…
Reference in a new issue