Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _vim: remove duplicate flag
- X-seq: zsh-workers 43096
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] _vim: remove duplicate flag
- Date: Wed, 27 Jun 2018 01:07:26 +0000
- Cc: Eitan Adler <lists@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=from:to:cc:subject:date:message-id; bh=FHb2I06Mb8va4TDK2iPmiZMs63qIWsZgFhVFjquJldE=; b=IYX/D/ughuCFAYoqUrGGV1O2b2/KVv6ysPyHE6wbz2eWDZ5W7dq/6wGvVOazY1/l3q 7acd/iwh6hoBI92OqhKzs9RbhKYQDi2UyfnI72ZDKLlptRIZJ/owzZbrJqkS3hiePXDo TmgZF9TzwgqHvO6xBhyIL6z5XdmhelzVCWzZo=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Signed-off-by: Eitan Adler <lists@xxxxxxxxxxxxxx>
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author