Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: add some missing options to _vim
- X-seq: zsh-workers 28055
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: add some missing options to _vim
- Date: Wed, 23 Jun 2010 07:50:34 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=vS+CZHjOKAmbVoEtJfiEBDyD72GIerLL5yO0pl8r77I=; b=P73qpY8EqMsboPh6pblRa81CNkwWoz1/pMUAcuUoQVnYCGph/4wKFBSgUBW/vgL0d9 NG9eEJQjqp/HgvK9+pmsIWv8CKfUBiRZ794Na5TB7DGmZtmjQzLRTWY1uPbUuHPS3YbW ShIrCVVrM10ogQqn0UTDQwnaLRyxtQPUnetH4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=sCE6i+HaknxR41gupI0f/ODiQjoqfojm6jd2TG4KKa2goFhC3uHA7QM5NMN/xz5QWJ WgFqEErx1e2I6AP677OAPcGmvXlf6ROQNoRbtmwSGG1+AqZnl7EMIbp0sO+aDfUjCWgJ 6rVQ94UqkYPVvdwNy7e2DVBbBGjLkaNMPPEPw=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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]'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author