Hello Jorge,

The problem is solved if you change this line:

  768 sub reloadlist{

to this:

  768 sub reloadlist {

It looks as though it is a bug in the perl syntax file.  You should send the
maintainer an email with your perl code snippet, and he should be able to fix
it.  It probably never even crossed his mind that someone might leave out the
whitespace there.

You can fix your copy of the perl syntax by changing this line:

   363 syn match  perlFunctionName      "\h\w*[^:]" contained

to this:

   363 syn match  perlFunctionName      "\h\w*[^:{]" contained

regards,
Peter


> 
> Vim does a very good job dealing with perl syntax. This problem came as
> a really bad surprise.
>
> Jorge 
> 



                
____________________________________________________ 
Do you Yahoo!? 
Take part in Total GirlÂ’s Ultimate Slumber Party and help break a world record 
http://www.totalgirl.com.au

Reply via email to