Bug#497663: Tab completion for vim is broken

2008-09-19 Thread Clint Adams
On Thu, Sep 04, 2008 at 12:05:05PM +0300, Arto Jantunen wrote: > 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. For the record, the upstream fix to compi

Bug#497663: Tab completion for vim is broken

2008-09-16 Thread Wesley Schwengle
On 16.09.08 13:49 Wesley Germaine Schwengle wrote: I submitted a bugreport to Ubuntu about this issue: https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/264644 The bugreport includes patches for vim, less and diff_options. I also have setopt CSHJUNKIEQUOTES enabled in my .zshrc.. On zsh ve

Bug#497663: Tab completion for vim is broken

2008-09-04 Thread Bart Schaefer
On Sep 4, 10:03am, Clint Adams wrote: } Subject: Re: Bug#497663: Tab completion for vim is broken } } 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 &#

Bug#497663: Tab completion for vim is broken

2008-09-04 Thread Peter Stephenson
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 probl

Bug#497663: Tab completion for vim is broken

2008-09-04 Thread Frank Terbeck
Clint Adams <[EMAIL PROTECTED]>: > 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 f

Bug#497663: Tab completion for vim is broken

2008-09-04 Thread Clint Adams
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

Bug#497663: Tab completion for vim is broken

2008-09-04 Thread Arto Jantunen
Clint Adams <[EMAIL PROTECTED]> writes: > On Wed, Sep 03, 2008 at 04:04:32PM +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

Bug#497663: Tab completion for vim is broken

2008-09-03 Thread Clint Adams
On Wed, Sep 03, 2008 at 04:04:32PM +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

Bug#497663: Tab completion for vim is broken

2008-09-03 Thread Arto Jantunen
Package: zsh Version: 4.3.6-7 Severity: normal 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 compel