Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Completion: add --clean for vim



From: Christian Brabandt <cb@xxxxxxxxxx>

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).
---

Received via Debian's BTS.

 Completion/Unix/Command/_vim | 1 +
 1 file changed, 1 insertion(+)

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]'
-- 
2.15.0.rc0



Messages sorted by: Reverse Date, Date, Thread, Author