28055: add some missing options to _vim

This commit is contained in:
Doug Kearns 2010-06-22 21:59:59 +00:00
parent e3f764d1ef
commit 2f4e224103
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-06-22 Doug Kearns <dougkearns@gmail.com>
* 28055: Completion/Unix/Command/_vim: add some missing options.
2010-06-22 Peter Stephenson <pws@csr.com>
* 28047: Src/hist.c: make fc -R/-W more consistently verbose
@ -13327,5 +13331,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5013 $
* $Revision: 1.5014 $
*****************************************************

View File

@ -56,7 +56,7 @@ arguments=(
'-p-[number of tabs to open (default: one for each file)]::tab count: '
'-q-[quickfix file]:*:file:_vim_files'
'*--cmd[execute given command before loading any RC files]:command: '
'-c[executed given command after loading the first file]:command: '
'-c[execute given command after loading the first file]:command: '
'-S[source a session file after loading the first file]:session file:_files'
'-s[read normal-mode commands from script file]:script file:_files'
'-w[append all typed commands to given file]:output file:_files'
@ -69,11 +69,15 @@ arguments=(
'--remote-wait-silent[as --remote-wait but without complaining if not possible]:*:file:_vim_files'
'--remote-send[send given keys to vim server if possible]:keys: '
'--remote-tab[as --remote but open tab page for each file]:*:file:_vim_files'
'--remote-tab-silent[as --remote-silent but open tab page for each file]:*:file:_vim_files'
'--remote-tab-wait[as --remote-wait but open tab page for each file]:*:file:_vim_files'
'--remote-tab-wait-silent[as --remote-wait-silent but open tab page for each file]:*:file:_vim_files'
'--remote-expr[evaluate given expression in a vim server and print result]:expression: '
'--echo-wid[echo window ID on STDOUT, GUI version only]'
'--literal[do not expand wildcards in arguments (this is useless with ZSH)]'
'(- *)--serverlist[list available vim servers and exit]'
'--servername[name of vim server to send to or name of server to become]:server name: '
'--startuptime[write startup timing messages to given file]:log file:_files'
'--socketid[run GVIM in another window]'
'-i[use given viminfo file instead of default .viminfo]:viminfo file:_files'
'(- *)'{-h,--help}'[print help and exit]'