For whatever reason (actually I have a very good idea what the reason is, and it’s that in vim I can easily adapt a regex by watching highlighting), I write regexes in vim much more easily than in Ruby or Perl. vim‘s regexes are powerful, but annoying because of how many characters you have to escape /? /) /( /+, etc. My good feeling from today:
Before:
After:
:-)