in reply to Re: A recipe for testing and debugging with vim
in thread A recipe for testing and debugging with vim

Damian Conway has a nifty plugin that gets rid of the headaches involved with opening files that already have a swap file, one of the big annoyances of vim. See https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup/blob/master/plugin/autoswap_mac_linux.vim

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: A recipe for testing and debugging with vim

Replies are listed 'Best First'.
Re^3: A recipe for testing and debugging with vim
by stevieb (Canon) on Mar 08, 2017 at 15:10 UTC

    That's pretty nifty, but to be honest, I've used vi/vim for so long now that I prefer the editor to inform me when I already have a file open in a different instance of the editor, so personally, I wouldn't use such a thing as this.