From da0179bfb22bff9f159e4a7c76e0f810e84d0b4a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 3 Apr 2001 21:13:10 +0000 Subject: new completion functions --- Completion/Zsh/Command/_vared | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Completion/Zsh/Command/_vared (limited to 'Completion/Zsh/Command/_vared') diff --git a/Completion/Zsh/Command/_vared b/Completion/Zsh/Command/_vared new file mode 100644 index 000000000..bb31cc129 --- /dev/null +++ b/Completion/Zsh/Command/_vared @@ -0,0 +1,12 @@ +#compdef vared + +_arguments -s -A "-*" \ + '(-a)-A[edit associative array]' \ + '(-A)-a[edit array parameter]' \ + "-c[create parameter or change type]" \ + '-p+[specify left prompt]:prompt' \ + '-r+[specify right prompt]:right prompt' \ + '-h[allow access to history]' \ + '-e[exit on EOF (^D)]' \ + '1:parameter spec:_vars' + -- cgit 1.4.1