From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2546 invoked from network); 4 Sep 2008 13:54:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Sep 2008 13:54:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 48157 invoked from network); 4 Sep 2008 13:54:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2008 13:54:43 -0000 Received: (qmail 21135 invoked by alias); 4 Sep 2008 13:47:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25608 Received: (qmail 21115 invoked from network); 4 Sep 2008 13:47:15 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Sep 2008 13:47:15 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 01812809A19E for ; Thu, 4 Sep 2008 15:47:08 +0200 (CEST) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly04g.srv.mailcontrol.com (MailControl) with ESMTP id m84DjESH005765 for ; Thu, 4 Sep 2008 14:47:08 +0100 Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Sep 2008 14:39:05 +0100 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.2/8.13.4) with ESMTP id m84Dd5p2029066 for ; Thu, 4 Sep 2008 14:39:05 +0100 Received: from csr.com (pws@localhost) by news01.csr.com (8.14.2/8.14.2/Submit) with ESMTP id m84CbRj6027950; Thu, 4 Sep 2008 13:40:03 +0100 Message-Id: <200809041240.m84CbRj6027950@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk, Arto Jantunen , 497663@bugs.debian.org Subject: Re: Bug#497663: Tab completion for vim is broken In-reply-to: <20080904100301.GA19939@scru.org> References: <20080903130432.9601.64807.reportbug@ryoko> <20080903182826.GB7955@scru.org> <87prnk703i.fsf_-_@debian.org> <20080904100301.GA19939@scru.org> Comments: In-reply-to Clint Adams message dated "Thu, 04 Sep 2008 10:03:01 -0000." Date: Thu, 04 Sep 2008 13:37:26 +0100 From: Peter Stephenson X-OriginalArrivalTime: 04 Sep 2008 13:39:05.0206 (UTC) FILETIME=[99525160:01C90E93] X-Scanned-By: MailControl A-08-50-13 (www.mailcontrol.com) on 10.71.0.114 X-Virus-Scanned: ClamAV 0.92.1/8159/Thu Sep 4 14:51:27 2008 on bifrost X-Virus-Status: Clean Clint Adams wrote: > On Thu, Sep 04, 2008 at 12:05:05PM +0300, Arto Jantunen wrote: > > >> Typing vim and pressing tab produces the following output: > > >> > > >> _vim:31: unmatched ' > > >> > > >> Commenting out lines 31-40 in > > >> /usr/share/zsh/functions/Completion/Unix/_vim fixes the problem. Should > > >> be trivial to fix properly for someone who understands zsh's compeltion > > >> syntax (I don't). > > > > > > I can't reproduce this and I don't see what the problem might be. > > > Is this consistent for you? > > > > Hmm. Apparently it depends on "emulate csh" being used. I can't > > reproduce with a .zshrc of only > > > > autoload -U compinit > > compinit > > > > But can after adding emulate csh above those lines. > > Anyone know which option might be the culprit here? csh_junkie_quotes --- ../zsh-debug/zsh/Completion/compinit 2008-06-06 17:43:35.000000000 +0100 +++ Completion/compinit 2008-09-04 13:34:21.000000000 +0100 @@ -139,6 +139,7 @@ NO_allexport NO_aliases NO_cshnullglob + NO_cshjunkiequotes NO_errexit NO_globsubst NO_histsubstpattern -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070