vim-spellcheck-howto
Turning on spell checking in VIM – Edit content (add a revision)
== Prerequisites == You should have a basic understanding of the vim editor. To understand its basic concepts, you can check out our tutorial, tutorial:Introduction+to+VIM[Introduction to VIM] == Spell checking == To enable the spell checking feature of vim, simply type in the console: ------ :set spell ------ This should make vim underline all the words that are have incorrect spelling. For information about related features (such as customizing the used dictionary), use ------ :help spell ------
Save as new Revision
Syntax docs