mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-07 11:41:16 +02:00
moved from Completion/Builtins/_disable
This commit is contained in:
parent
91d1f009b1
commit
d8901d8cfd
1 changed files with 8 additions and 0 deletions
8
Completion/Zsh/Command/_disable
Normal file
8
Completion/Zsh/Command/_disable
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef disable
|
||||
|
||||
_arguments -C -s -A "-*" -S \
|
||||
"(-f -r)-a[act on aliases]:*:aliases:(${(k)aliases} ${(k)galiases})" \
|
||||
"(-a -r)-f[act on functions]:*:functions:(${(k)functions})" \
|
||||
"(-a -f)-r[act on reserved words]:*:reserved-words:(${(k)reswords})" \
|
||||
'-m[treat arguments as patterns]' \
|
||||
"*:builtin command:(${(k)builtins})"
|
Loading…
Reference in a new issue