diff options
author | Oliver Kiddle <opk@zsh.org> | 2024-04-01 23:27:09 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-04-01 23:27:09 +0200 |
commit | a967c4a4357e05710139ffaa87017ac00f9d04fa (patch) | |
tree | 06e832adf08fdab8c8f7f53b72d1a2733d5ed71c /Completion/Zsh/Command/_vared | |
parent | c7ae3701607a00162e19a7ba1e23aef3158acdd0 (diff) | |
download | zsh-a967c4a4357e05710139ffaa87017ac00f9d04fa.tar.gz zsh-a967c4a4357e05710139ffaa87017ac00f9d04fa.zip |
52859: use _date_formats for fc and complete -m/-M for vared
Diffstat (limited to 'Completion/Zsh/Command/_vared')
-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 aba64880a..e7072ca6d 100644 --- a/Completion/Zsh/Command/_vared +++ b/Completion/Zsh/Command/_vared @@ -10,5 +10,7 @@ _arguments -s -A "-*" \ '-f+[specify finish widget]:widget:_widgets' \ '-h[allow access to history]' \ '-e[exit on EOF (^D)]' \ + '-M+[specify keymap to link to main]:keymap:compadd -a keymaps' \ + '-m+[specify keymap to link to vicmd]:keymap:compadd -a keymaps' \ '1:parameter spec:_vars' |