1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

43096: _vim: remove duplicate flag

This commit is contained in:
Eric Cook 2018-06-27 02:57:27 -04:00
parent 3d7215cc82
commit 968cf17b2b
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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'