diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:28:07 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:28:07 +0000 |
commit | 2c91c9fa769274a509f056166b0ef9daf1d1ffcf (patch) | |
tree | e95bc5d7d044ee8ca5666456c1f516ac81b27344 /Completion | |
parent | 74e6e0444a11f02d62a7634976f7abd2c4c8bd1c (diff) | |
download | zsh-2c91c9fa769274a509f056166b0ef9daf1d1ffcf.tar.gz zsh-2c91c9fa769274a509f056166b0ef9daf1d1ffcf.tar.xz zsh-2c91c9fa769274a509f056166b0ef9daf1d1ffcf.zip |
moved to Completion/Zsh/Command/_enable
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Builtins/_enable | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Completion/Builtins/_enable b/Completion/Builtins/_enable deleted file mode 100644 index 527423b3c..000000000 --- a/Completion/Builtins/_enable +++ /dev/null @@ -1,8 +0,0 @@ -#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})" |