diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-07-08 23:09:18 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-07-08 23:10:41 +0200 |
commit | 304aa25184f927ccc034bb98f6ac744d29006bb4 (patch) | |
tree | df1810ccaf5e223913493bce2e2e3528a3667820 /Completion/Zsh/Command | |
parent | 13f4bb29363e2a4c6a6e2971a929bd677043d866 (diff) | |
download | zsh-304aa25184f927ccc034bb98f6ac744d29006bb4.tar.gz zsh-304aa25184f927ccc034bb98f6ac744d29006bb4.tar.xz zsh-304aa25184f927ccc034bb98f6ac744d29006bb4.zip |
38812: a few new completions and update some command options
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_vared | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_vared b/Completion/Zsh/Command/_vared index bb31cc129..2bcc87bc8 100644 --- a/Completion/Zsh/Command/_vared +++ b/Completion/Zsh/Command/_vared @@ -6,6 +6,8 @@ _arguments -s -A "-*" \ "-c[create parameter or change type]" \ '-p+[specify left prompt]:prompt' \ '-r+[specify right prompt]:right prompt' \ + '-i+[specify initialisation widget]:widget:compadd -M "r\:|-=* r\:|=*" -k widgets' \ + '-f+[specify finish widget]:widget:compadd -M "r\:|-=* r\:|=*" -k widgets' \ '-h[allow access to history]' \ '-e[exit on EOF (^D)]' \ '1:parameter spec:_vars' |