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

Re: Ispell and Vim



On Fri, Oct 13, 2000 at 01:25:06AM +0200, Francois Fayard wrote:
> I want to use ispell under vim. That is map a key to run ispell with the
> current file and save the result in this file. Do you know how I can do
> such a thing ?

In your .vimrc -

map <F6> :!ispell %^M:e %^M

Works for me.

thks.jeff



Reply to: