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
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
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
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
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.
-