From 373538442b8fa5992bb2269c9972cee5b49ecd3d Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 20 Oct 2017 11:08:19 +0200 Subject: 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). --- Completion/Unix/Command/_vim | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Unix') 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]' -- cgit 1.4.1