Well I found one called vimspell.vim and this is how I implemented it only to auto spell check my e-mail as I type and not any old text document I open up (which got REALLY anoying)
source ~/.vimrc
source ~/.mutt/vimspell.vim
highlight SpellErrors ctermfg=Red cterm=underline
term=reverse
set filetype=mail " correct syntax highlighting
set textwidth=72 " wrap at column 72
set editor = "vim -u ~/.mutt/vimrc"
and presto you should have spell checking as you type.
UPDATE - fixed line wrapping issue with long "highlight..." ~/.mutt/vimrc line
Minor correction (Score:1)
Re:Minor correction (Score:1)
-biz-
a vim/mutt/spellcheck alternative (Score:1)
That allows me to type ":aspe" and have the current document checked by 'aspell' as an e-mail message. This is a solution on it's own.
I use 'vimspell.vim' to have spell check as I type. It seems to just check the document 'every once in a while'. However, it doesn'
Vimspell.vim, Mutt and Aspell on Debian Unstable (Score:1)