about summary refs log tree commit diff
path: root/Completion/Unix/Command/_vim
diff options
context:
space:
mode:
authorEric Cook <illua@users.sourceforge.net>2018-06-27 02:57:27 -0400
committerEric Cook <illua@users.sourceforge.net>2018-06-27 02:57:27 -0400
commit968cf17b2bb4d1dbed435fd57437ef8a8cb15841 (patch)
tree08875d6076eeafe74967d248f7e2681ff5b3f0fd /Completion/Unix/Command/_vim
parent3d7215cc8277b39cd1e24ce5a04376d45bfbabf0 (diff)
downloadzsh-968cf17b2bb4d1dbed435fd57437ef8a8cb15841.tar.gz
zsh-968cf17b2bb4d1dbed435fd57437ef8a8cb15841.tar.xz
zsh-968cf17b2bb4d1dbed435fd57437ef8a8cb15841.zip
43096: _vim: remove duplicate flag
Diffstat (limited to 'Completion/Unix/Command/_vim')
-rw-r--r--Completion/Unix/Command/_vim1
1 files changed, 0 insertions, 1 deletions
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'