diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:18:14 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:18:14 +0000 |
commit | 332c1b4b659f8f241814bba7567826a862955328 (patch) | |
tree | eaf5c83dcfc4bd429691c2b0d6f77377ba13a83b /Completion | |
parent | b564a4944d7a0e497f31a4b6261e88c1111534ad (diff) | |
download | zsh-332c1b4b659f8f241814bba7567826a862955328.tar.gz zsh-332c1b4b659f8f241814bba7567826a862955328.tar.xz zsh-332c1b4b659f8f241814bba7567826a862955328.zip |
moved to Completion/Zsh/Type/_arrays
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Builtins/_arrays | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Completion/Builtins/_arrays b/Completion/Builtins/_arrays deleted file mode 100644 index c28fb179e..000000000 --- a/Completion/Builtins/_arrays +++ /dev/null @@ -1,5 +0,0 @@ -#compdef shift - -local expl - -_wanted arrays expl array _parameters "$@" -g '*array*' |