[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to use ispell under vim?



On Mon, Apr 14, 2003 at 10:10:13PM +0800, jqdkf@zju.edu.cn wrote:
> Hi,
> 
> Is there any simple way to use ispell under vim? It seems that vim
> doesn't support spell check.

I have this in my ~/.vimrc which uses newsbody from the spellutils
package to spell check my mail:

" Use newsbody to spell check mail and such
map ^T \1\2<CR>:e! %<CR>
map \1 :w!<CR>
map \2 :!newsbody -qs -n % -p aspell check \%f<CR>

-- 
Rob Weir <rweir@ertius.org>                              http://www.ertius.org/
GPG keys: 1024D/1E73B7CD, 4096R/3ABDE5EC     |      Do I look like I want a CC?
Words of the day:   interception attack LLNL Geraldton Project Monarch Dateline

Attachment: pgp9MLHXaGnfV.pgp
Description: PGP signature


Reply to: