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 github's strong points, but I
suppose anything is better than nothing [...->]
> Just to jump in here, neither of these things worked for me.
>
> The syntax/perl.vim file broke syntax based folding of subroutines at
> some point. I reported it to the maintainer listed in the file and he
> said to post it on the github issues page. It's been about two weeks
> now and there's no fix or even any feedback.
[<-...] except when anything is nothing.
> I was hoping my issue would be fixed for the 7.3 stable release, but I
> suspect it will not happen.
>
> I would take a stab at fixing it myself, but for some reason, despite
> reading through the documentation more than once, Vim's syntax
> highlighting engine is impenetrable "voodoo" to me. I'm able to do
> simple things with it, but the Perl syntax rules are far from simple.
Before this thread (since I didn't follow up on it last time), I didn't
realize there was a repository for the Perl-related runtime files. The
files from there seem to have corrected the problem as I noticed it.
(steps to update below).
I also checked out the repo myself and added the rest of my patch that
wasn't already 'applied' ('applied' == 'independently rediscovered').
New repo at benizi/vim-perl
It would be nice if the petdance/vim-perl repo changes make it into the
release.
--
Best,
Ben
### check out the repository:
$ git clone http://github.com/petdance/vim-perl.git
### [... checked out into vim-perl/.git ...]
### make sure the required dirs exist:
$ mkdir -p ~/.vim/{syntax,indent,ftplugin}
### copy the files to the right places:
$ for l in syntax indent ftplugin ; do cp vim-perl/$l/perl.vim ~/.vim/$l/ ; done
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php