Re: Bug in syntax/perl.vim

2010-07-27 Fir de Conversatie Benjamin R. Haskell
On Tue, 27 Jul 2010, batz wrote: > If one has: > else # Here is a comment > the comment section is shown as an error, this is due to line 219 of > perl.vim. It should be (as one possibility): > syn match perlElseIfError "[^[:space:]{#]\+" contained > There may be other cases this will fail o

Re: Bug in syntax/perl.vim

2010-07-27 Fir de Conversatie Benjamin R. Haskell
On Tue, 27 Jul 2010, Christian J. Robinson wrote: > On Tue, 27 Jul 2010, James Vega wrote: > > > You should contact the author (listed at the top of the file) either > > via email or by filing a bug in the issue tracker on the github > > project[0]. Gah. Blech. Issue tracking is not one of g

Re: Bug in syntax/perl.vim

2010-07-27 Fir de Conversatie Christian J. Robinson
On Tue, 27 Jul 2010, James Vega wrote: You should contact the author (listed at the top of the file) either via email or by filing a bug in the issue tracker on the github project[0]. Just to jump in here, neither of these things worked for me. The syntax/perl.vim file broke syntax based fol

Re: Bug in syntax/perl.vim

2010-07-27 Fir de Conversatie James Vega
On Tue, Jul 27, 2010 at 05:57:38PM -0700, batz wrote: > If one has: > else # Here is a comment > the comment section is shown as an error, this is due to line 219 of > perl.vim. It should be (as one possibility): > syn match perlElseIfError "[^[:space:]{#]\+" contained > There may be other cas

Bug in syntax/perl.vim

2010-07-27 Fir de Conversatie batz
If one has: else # Here is a comment the comment section is shown as an error, this is due to line 219 of perl.vim. It should be (as one possibility): syn match perlElseIfError "[^[:space:]{#]\+" contained There may be other cases this will fail on, but it fixes the problem with comments. -