Re: Ispell and Vim

2000-10-13 Thread Jeff Howie
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 :!ispell %^M:e %^M Works for me. thks.jeff

Re: Ispell and Vim

2000-10-12 Thread Juan Fuentes
* Francois Fayard ([EMAIL PROTECTED]) wrote: > Thanks > But I want vim to reload the new file with the correction. > > Hmm yes i missed that subtle part :-), try Ispell.vim you can find it here: http://home.tu-clausthal.de/~mwra/vim/Ispell.vim HTH, Juan Fuentes

Re: Ispell and Vim

2000-10-12 Thread Francois Fayard
> Hi Francois, put the following in your .vimrc: > > noremap :! ispell % > > you can change the to any other key you want. > > Hope this helps, > > Juan Fuentes Thanks But I want vim to reload the new file with the correction.

Re: Ispell and Vim

2000-10-12 Thread Juan Fuentes
* Juan Fuentes ([EMAIL PROTECTED]) wrote: * Francois Fayard ([EMAIL PROTECTED]) wrote: > Hi, > > 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 ? > > Francois > Hi Francois, put

Ispell and Vim

2000-10-12 Thread Francois Fayard
Hi, 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 ? Francois