NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
VIM DWIM (Score:1)
Interesting you should say that. It must be the way my brain works (or doesn't work) but I've always struggled with Vim's Regex requirments.
Being reasonably competent in Perl 5 Regex syntax (thanks to Friedl's MRE) I just get annoyed at the differences I find in Vim and drop out and end up doing things in Perl.
I suppose I should read the Vim docs but I'm almost afraid that my brain just can't hold two Regex flavours at once without stopping all together...
Reply to This
Re:VIM DWIM (Score:2)
There used to be a project (before vim 6 was out IIRC) to bring Perl 5-compatible regexps to vim (i.e. to write a translator Perl 5-style to vim-style.) It was dropped, but you can still write a patch and attempt to convince Bram Moolenaar (who isn't a Perl-addict like us...)
Re:VIM DWIM (Score:1)
broquaint out