VIM internal spellchecker
  Thu, 17 Mar 2011 12:50:26 +0000
   In order to use VIM internal spellchecker just declare language used:
In order to use VIM internal spellchecker just declare language used:
setlocal spell spelllang=en_us
And voila! All mispelled words will be highlighted by red background!
In order to add some words to dictionary, place cursor over such word and use "zg" command. Word will be marked as "correct" one. Looking at suggestions: "z=".
Pretty easy!