in reply to Vim for Perl developers
Interesting article. Thanks for the pointer for tags - very cool.
The only thing there I didn't see is the ability to switch to files and modules easily:
These lines give me the ability to move the cursor over 'DB' in a line like:set path+=/path/to/modules/** set suffixesadd=.pm,.pl set includeexpr=substitute(v:fname,'TMPLDIR','/path/to/tmpl/dir','')
hit 'gf', and zoom - I'm editing the DB.pm file in /path/to/modules/Peeron/. Also allows to move the cursor over 'example.tmpl' in:use Peeron::DB;
hit 'gf', and get to /path/to/tmpl/dir/example.tmplmy $tmpl = HTML::Template->New(Filename => "$Peeron::Conf::TMPLDIR/exa +mple.tmpl");
-- zigdon
In Section
Meditations