about summary refs log tree commit diff
path: root/Completion/Zsh/Type
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:18:22 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:18:22 +0000
commite96369ff5f760d5dc5769f4760cfbba543e3668c (patch)
treeb43ebe94aa14941d2ee520405aa4b368ca36587f /Completion/Zsh/Type
parent332c1b4b659f8f241814bba7567826a862955328 (diff)
downloadzsh-e96369ff5f760d5dc5769f4760cfbba543e3668c.tar.gz
zsh-e96369ff5f760d5dc5769f4760cfbba543e3668c.tar.xz
zsh-e96369ff5f760d5dc5769f4760cfbba543e3668c.zip
moved from Completion/Builtins/_arrays
Diffstat (limited to 'Completion/Zsh/Type')
-rw-r--r--Completion/Zsh/Type/_arrays5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_arrays b/Completion/Zsh/Type/_arrays
new file mode 100644
index 000000000..c28fb179e
--- /dev/null
+++ b/Completion/Zsh/Type/_arrays
@@ -0,0 +1,5 @@
+#compdef shift
+
+local expl
+
+_wanted arrays expl array _parameters "$@" -g '*array*'