1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

moved to Completion/Zsh/Command/_disable

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:27:16 +00:00
parent d09e97c9f8
commit 91d1f009b1

@ -1,8 +0,0 @@
#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})"