From e96369ff5f760d5dc5769f4760cfbba543e3668c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:18:22 +0000 Subject: moved from Completion/Builtins/_arrays --- Completion/Zsh/Type/_arrays | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Completion/Zsh/Type/_arrays (limited to 'Completion/Zsh/Type') 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*' -- cgit 1.4.1