zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Completion: add --clean for vim
@ 2017-10-20  9:08 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2017-10-20  9:08 UTC (permalink / raw)
  To: zsh-workers

From: Christian Brabandt <cb@256bit.org>

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-20 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20  9:08 [PATCH] Completion: add --clean for vim Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).