From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17242 invoked from network); 17 May 2007 07:29:06 -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=AWL,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; 17 May 2007 07:29:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 26567 invoked from network); 17 May 2007 07:29:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 May 2007 07:29:01 -0000 Received: (qmail 15978 invoked by alias); 17 May 2007 07:28:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23443 Received: (qmail 15968 invoked from network); 17 May 2007 07:28:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 17 May 2007 07:28:58 -0000 Received: (qmail 26287 invoked from network); 17 May 2007 07:28:58 -0000 Received: from wr-out-0506.google.com (64.233.184.232) by a.mx.sunsite.dk with SMTP; 17 May 2007 07:28:54 -0000 Received: by wr-out-0506.google.com with SMTP id i28so503885wra for ; Thu, 17 May 2007 00:28:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TJDTYpxdtJkp6dHWWcy/hk5N+Gg7Qby6MUaM4kdszgtzbkRBPHaPx00rqjaz02DPogi+C1eUFYfM/he+YyAy9dGy17TBNila/OfjoFcSqsMlOjsYCvSJnKco0XcknpJC6oVrGRpWeHhmBl8gkS2gckAKW/tMW+VJTVPymNQt6jI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aUWvUgh0ieuI6FCb1XvPNpxcR6iH0F2//blCeovQsqszEtwXLZQjZvkPRttnSHbMgG6Es0bVC9QK138eJpllAtAD0zMkgABUDfQ/a5ve/qWMBjTbj7sN006kt/h/lv6xFejlJnEP2u9Fa0A7guz5eEkc2ozWXuWpe20wK3PevoI= Received: by 10.114.173.15 with SMTP id v15mr57017wae.1179386932541; Thu, 17 May 2007 00:28:52 -0700 (PDT) Received: by 10.114.196.16 with HTTP; Thu, 17 May 2007 00:28:52 -0700 (PDT) Message-ID: Date: Thu, 17 May 2007 09:28:52 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: "Ag. D. Hatzimanikas" Subject: Re: PATCH: _vim Cc: zsh-workers@sunsite.dk In-Reply-To: <20070516191733.GA23466@TMS> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070516191733.GA23466@TMS> X-Google-Sender-Auth: 5e90a90b82a2c7e0 On 5/16/07, Ag. D. Hatzimanikas wrote: > 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). > + {--nofork,-f}'[do not detach the GUI version from the shell]' This line should be + '(--nofork -f)'{--nofork,-f}'[do not detach the GUI version from the shell]' Other than that it looks good. Thanks! nikolai