mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01: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…
Add table
Add a link
Reference in a new issue