Hi folks, I'm a long time vim user, but only recently learned that vim7 has some awesome spelling features baked in now. I've been using all sorts of external spelling tools and plugins so far, and am very excited about ditching all of them for the builtin spelling.
So here's the problem. I did review :help spell and the spelling looks great for most of the filetypes I've tried, except perl (.pl|.pm). The problem seems syntax related because when I :set spell and set syntax=off the spelling works fine, but then stops working when I set syntax=perl.
What would be really cool, is if I could enable the spelling for only for the POD blocks. Any ideas?
:set spell
:set spelllang=en_us
:set syntax=perl