From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8326 invoked from network); 16 May 2007 19:17:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 16 May 2007 19:17:39 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 75410 invoked from network); 16 May 2007 19:17:33 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 16 May 2007 19:17:33 -0000 Received: (qmail 14022 invoked by alias); 16 May 2007 19:17:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23442 Received: (qmail 14010 invoked from network); 16 May 2007 19:17:28 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 16 May 2007 19:17:28 -0000 Received: (qmail 75025 invoked from network); 16 May 2007 19:17:28 -0000 Received: from ug-out-1314.google.com (66.249.92.173) by a.mx.sunsite.dk with SMTP; 16 May 2007 19:17:25 -0000 Received: by ug-out-1314.google.com with SMTP id k3so153049ugf for ; Wed, 16 May 2007 12:17:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:x-operating-system:user-agent; b=dZRVmlKT6sOAm2K9YMHC/KC34myNyzmmvsVBRB3t5SbGRc6Vfk4MqszlJXXupBTUlkE2Bf2hOXj0noDGSWIHnKbr/+/HaRZUjbzc4zSMLr40KZsj0n+oBDkIKz/wZxxUEuFg8H1MzT4dBJGm5JiMD4WXsT9i4x5iTHcfYv/eIEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:x-operating-system:user-agent; b=CHqybXBqP3QFeZJNlHIlyKyEy/kFPZQREaR1ZOla4f/2T2sqcwwASEx/ug77AZHZ46g7oELLYicXq3BKFtDyeIHCxLpg7iyIo99H0qJR12KWsRq5/2KZgc0koZ3gtngPlRsXKfYHBwCHxZjpx7Jtn83FuCiFMq73Tceo/XY8yqM= Received: by 10.67.98.4 with SMTP id a4mr6891122ugm.1179343026241; Wed, 16 May 2007 12:17:06 -0700 (PDT) Received: from A.H ( [213.5.149.185]) by mx.google.com with ESMTP id u6sm3688911uge.2007.05.16.12.16.57; Wed, 16 May 2007 12:17:04 -0700 (PDT) Date: Wed, 16 May 2007 22:17:33 +0300 From: "Ag. D. Hatzimanikas" To: zsh-workers@sunsite.dk Subject: PATCH: _vim Message-ID: <20070516191733.GA23466@TMS> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Operating-System: Linux 2.6.21-ck2 User-Agent: Mutt/1.5.15 (2007-04-06) Hi All, Just a couple of _vim additions, most notably the (-p) and (--remote-tab), which both have to do with tabs; introduced in vim 7.0 version (currently in 7.1). As a plus :), a big *thanks* for your work in zsh development. Index: Completion/Unix/Command/_vim =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_vim,v retrieving revision 1.3 diff -u -r1.3 _vim --- Completion/Unix/Command/_vim 8 Jul 2005 10:33:39 -0000 1.3 +++ Completion/Unix/Command/_vim 16 May 2007 18:40:12 -0000 @@ -27,6 +27,7 @@ '-l[lisp mode]' '-C[make vim compatible with vi]' '-N[do not force compatibility with vi]' + {--nofork,-f}'[do not detach the GUI version from the shell]' '-V-[verbosity level]::verbosity:((0\:"do not display any messages" 1\:"display when viminfo file is read or written" 2\:"display sourced files" @@ -44,8 +45,10 @@ '(-A -F)-H[start in Hebrew mode]' '(-A -H )-H[start in Farsi mode]' '-T[set terminal type]:::_terminals' - '-u[use given RC file instead of default .vimrc]::rc file:_files' + '-u[use given vimrc file instead of default .vimrc]::rc file:_files' + '-U[use given gvimrc file instead of default .gvimrc]::rc file:_files' '--noplugin[do not load plugin scripts]' + '-p-[number of tabs to open (default: one for each file)]::tab count: ' '-o-[number of windows to open (default: one for each file)]::window count: ' '-O-[number of windows to vertically split open (default is one for each file)]::window count: ' '*--cmd[execute given command before loading any RC files]:command: ' @@ -61,6 +64,7 @@ '--remote-wait[as --remote but wait for files to have been edited]:*:file:_vim_files' '--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-expr[evaluate given expression in a vim server and print result]:expression: ' '(- *)--serverlist[list available vim servers and exit]' '--servername[name of vim server to send to or name of server to become]:server name: '