summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_vim1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51ebd1cc6..30369f08e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-27 Eric Cook <llua@gmx.com>
+
+ * 43096: Eitan: Completion/Unix/Command/_vim, remove duplicate flag
+
2018-06-25 Daniel Shahaf <d.s@daniel.shahaf.name>
* 43091: Src/glob.c: In the (u) glob qualifier, expand and
diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim
index 042974338..9f2eacb1f 100644
--- a/Completion/Unix/Command/_vim
+++ b/Completion/Unix/Command/_vim
@@ -71,7 +71,6 @@ arguments=(
'--startuptime[write startup timing messages to given file]:log file:_files'
'--socketid[run GVIM in another window]'
'-i[use specified viminfo file]:viminfo file [~/.viminfo]:_files'
- '--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'