mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
moved from Completion/Builtins/_enable
This commit is contained in:
parent
2c91c9fa76
commit
1c70b5207e
1 changed files with 8 additions and 0 deletions
8
Completion/Zsh/Command/_enable
Normal file
8
Completion/Zsh/Command/_enable
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef enable
|
||||
|
||||
_arguments -C -s -A "-*" -S \
|
||||
"(-f -r)-a[act on aliases]:*:aliases:(${(k)dis_aliases})" \
|
||||
"(-a -r)-f[act on functions]:*:functions:(${(k)dis_functions})" \
|
||||
"(-a -f)-r[act on reserved words]:*:reserved-words:(${(k)dis_reswords})" \
|
||||
'-m[treat arguments as patterns]' \
|
||||
"*:builtin command:(${(@k)dis_builtins})"
|
Loading…
Reference in a new issue