in reply to Using VIM 6 with Perl

Well except for includeexpr, all of those options exist in 5.7 which is way more stable. You might find setups that have those options set that way.
I would think a better resource would be comp.editors or one of the vim mailing lists for this question, but maybe someone will come up with what you want.

Replies are listed 'Best First'.
Re: Re: Using VIM 6 with Perl
by bikeNomad (Priest) on May 25, 2001 at 05:22 UTC
    Thanks, I'll try comp.editors. I wanted includeexpr because it will let me use, say, gf to go to a used or required file directly. In 5.7, there was no way to translate Perl's :: to / or to tack on the .pm.
    I came up with this ftplugin file which works pretty well so far.
    Updated: moved to snippets, added link. This should make it easier to find and maintain.