there are the spell function in vim and the vim-spell plugin, what's the difference?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

'spell' is a builtin, the 'vimspell'-plugin is a 3rd party plugin which uses aspell or ispell to achieve it's goal.

according to :help spell:

 Note: There also is a vimspell plugin.  If you have it you can 
 do ":help vimspell" to find about it.  But you will probably want 
 to get rid of the plugin and use the 'spell' option instead, it works
 better.
link|improve this answer
Yeah, but if I do :help spell then the vimspell help is open. That's confuse me. Thanx again... – zzeroo Nov 23 '10 at 17:55
@zzeroo: in my vim73 'spell.txt' is opened. dunno what happens on your side of the screen :) – akira Nov 24 '10 at 10:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.