Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#497663: Tab completion for vim is broken
- X-seq: zsh-workers 25608
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx, Arto Jantunen <viiru@xxxxxxxxxx>, 497663@xxxxxxxxxxxxxxx
- Subject: Re: Bug#497663: Tab completion for vim is broken
- Date: Thu, 04 Sep 2008 13:37:26 +0100
- In-reply-to: <20080904100301.GA19939@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080903130432.9601.64807.reportbug@ryoko> <20080903182826.GB7955@xxxxxxxx> <87prnk703i.fsf_-_@xxxxxxxxxx> <20080904100301.GA19939@xxxxxxxx>
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 <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author