From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27440 invoked by alias); 18 May 2015 11:22:50 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35185 Received: (qmail 22566 invoked from network); 18 May 2015 11:22:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=zNlFPdEHOWvazMrQLR39UV7GKlfWkfSy0hWkCdLNie4=; b=DLUKB/9vqUpTGEIjxwEf7yS/fRDlGMniJG74MiQGcMtgZCvfgoTXpVNClqu7VIHOuk 6C8n8f7YPH7BevHlbII0RLtc1ln4pJVyzpE5AxpCPTPSmP6cmNhib1y01AQGmR8La9KH baFXLmjfhKndB8g3CMZZTI9GwuiK9qJ2+gX/s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=zNlFPdEHOWvazMrQLR39UV7GKlfWkfSy0hWkCdLNie4=; b=X3Vj2+5s9/28laUIwhM+wsq90ur24PNs0rBxIVxAZWthtduF+bN5Gb5+hzv6gi/Gzs kQKvGABQbYwlUiE7jWdaXz7rNv/xUWwGO1BROUifVmnKvSCBIBx8Rfn/CDd6Wxogv77R AQH75ueTaZT0rKX3MP81oKiBMYPUew2g9T4WX67saI2EfCdqNar3MXn+BQ1EG82eDnSh gA5Er7Q4PSUeh9nOTNKmxInsNV03Cmixq8REimQREZkZceApdNQQiD/+8xw0ILrVETYL PGQNbOv5JKhWzLqVSBlfaRs9EUPb++VnQnkzQRWZkUs3vdItvrfPuQhfYgdbRSavZ7OL q9yA== X-Gm-Message-State: ALoCoQltiM4HEcHq1OGyehyiU2bT1E5ofR+24x2vxhv/N0w5+H0gsTf7cq8TppeVk01fLtiwIzha X-Received: by 10.194.133.73 with SMTP id pa9mr22385831wjb.148.1431948160731; Mon, 18 May 2015 04:22:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150518115301.0c80918d@pwslap01u.europe.root.pri> References: <20150518115301.0c80918d@pwslap01u.europe.root.pri> From: =?UTF-8?B?xLBzbWFpbCBEw7ZubWV6?= Date: Mon, 18 May 2015 14:22:20 +0300 Message-ID: Subject: Re: vim completion problem after workers/35168 To: Peter Stephenson Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, On Mon, May 18, 2015 at 1:53 PM, Peter Stephenson wrote: > On Mon, 18 May 2015 13:29:03 +0300 > =C4=B0smail D=C3=B6nmez wrote: >> vim results in: >> >> _vim:7: parse error near `(' >> >> I guess it needs extra quoting but not sure where, so no patch attached = :/ > > No, that's a snafu with getting the right lexical analysis mode for the > pattern. Was OK for the first one, but got screwed up after "|", > and _vim happens to have a pattern begining with a parenthesis > after a "|". Unfortunately even after 35184 I get an error: _vim:7: parse error near `)' yeah this time its the right parentheses :) Thanks!