Search Results

2
votes

Making Vim ubiquitous?

Trying to use Vim for everything is overkill. While the book does say Tip 22 Use a Single Editor Well At a high level, it also says “use the …
2
votes

How do I enable vim7 spellchecking inside the POD sections when editing perl files?

grepping for “spell” in /usr/share/vim/vim72/syntax/perl.vim, I find some syntax definitions for POD that already include spelling, but are wrapped in an include guard for perl_i …