From 2f4e224103720c1049ad68fe1f313ad17a6b5862 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 22 Jun 2010 21:59:59 +0000 Subject: 28055: add some missing options to _vim --- Completion/Unix/Command/_vim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim index 4438f3469..8244466f4 100644 --- a/Completion/Unix/Command/_vim +++ b/Completion/Unix/Command/_vim @@ -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]' -- cgit 1.4.1