zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] _vim: remove duplicate flag
@ 2018-06-27  1:07 Eitan Adler
  2018-06-27  7:04 ` Eric Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Eitan Adler @ 2018-06-27  1:07 UTC (permalink / raw)
  To: zsh-workers; +Cc: Eitan Adler

Signed-off-by: Eitan Adler <lists@eitanadler.com>
---
 Completion/Unix/Command/_vim | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim
index 042974338..9f40efb3b 100644
--- a/Completion/Unix/Command/_vim
+++ b/Completion/Unix/Command/_vim
@@ -74,11 +74,10 @@ arguments=(
   '--clean[defaults, no plugins, no viminfo]'
   '(- *)'{-h,--help}'[print help and exit]'
   '(- *)--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]'
 [[ $service != *diff ]] && arguments+='(-v -e -E -s -y)-d[diff mode]'
 [[ $service != *view ]] && arguments+='-R[readonly mode]'
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] _vim: remove duplicate flag
  2018-06-27  1:07 [PATCH] _vim: remove duplicate flag Eitan Adler
@ 2018-06-27  7:04 ` Eric Cook
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Cook @ 2018-06-27  7:04 UTC (permalink / raw)
  To: zsh-workers

Removed the duplicated, but the spec with the description 'defaults, no plugins, no viminfo'.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-27  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27  1:07 [PATCH] _vim: remove duplicate flag Eitan Adler
2018-06-27  7:04 ` Eric Cook

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