zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: add some missing options to _vim
@ 2010-06-22 21:50 Doug Kearns
  0 siblings, 0 replies; only message in thread
From: Doug Kearns @ 2010-06-22 21:50 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Unix/Command/_vim
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_vim,v
retrieving revision 1.7
diff -u -r1.7 _vim
--- Completion/Unix/Command/_vim	29 Dec 2008 00:52:36 -0000	1.7
+++ Completion/Unix/Command/_vim	22 Jun 2010 10:25:20 -0000
@@ -56,7 +56,7 @@
   '-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 @@
   '--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]'



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-22 21:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-22 21:50 PATCH: add some missing options to _vim Doug Kearns

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).