diff options
| author | Christian Brabandt <cb@256bit.org> | 2017-10-20 11:08:19 +0200 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2017-10-20 22:20:28 +0200 |
| commit | 373538442b8fa5992bb2269c9972cee5b49ecd3d (patch) | |
| tree | c1a0dea9a7c0bdd9503a22cd9cd435f89a839fa1 /Completion/Unix | |
| parent | 41902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ... (diff) | |
| download | zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.gz zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.bz2 zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.lz zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.xz zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.tar.zst zsh-373538442b8fa5992bb2269c9972cee5b49ecd3d.zip | |
41943: Completion: add --clean for vim
Vim since patchlevel 8.0.0716 includes the --clean argument for starting
in a clean mode (only loading defaults.vim and in non-cp mode).
Diffstat (limited to 'Completion/Unix')
| -rw-r--r-- | Completion/Unix/Command/_vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim index f10d54ade..c2612ebc2 100644 --- a/Completion/Unix/Command/_vim +++ b/Completion/Unix/Command/_vim @@ -74,6 +74,7 @@ arguments=( '(- *)--version[print version information and exit]' '(* -q)-t[edit file where tag is defined]:tag:_complete_tag' '(-t -q)*:file:_vim_files' + '--clean[start with defaults in non-compatible mode]' ) [[ $service != *g* ]] && arguments+='-g[start with GUI]' [[ $service != r* ]] && arguments+='-Z[restricted mode]' |
