Re: VIM7.0: How to switch off the spell check function? Thanks a lot.

2006-05-21 Thread Japerlh
Thanks a lot for all you guys. On 5/10/06, Pete Johns [EMAIL PROTECTED] wrote: On Tue, 2006-05-09 at 11:50:29 +0800, Japerlh sent: VIM7.0: How to switch off the spell check function? The following command can be used to switch on the spell check. What is the command to turn it off?

Re: VIM7.0: How to switch off the spell check function? Thanks a lot.

2006-05-10 Thread Pete Johns
On Tue, 2006-05-09 at 11:50:29 +0800, Japerlh sent: VIM7.0: How to switch off the spell check function? The following command can be used to switch on the spell check. What is the command to turn it off? :setlocal spell spelllang=en_us I have the following in my .vimrc: Toggle Vim v7.0

Re: VIM7.0: How to switch off the spell check function? Thanks a lot.

2006-05-09 Thread Mikolaj Machowski
Dnia wtorek, 9 maja 2006 05:50, Japerlh napisaƂ: VIM7.0: How to switch off the spell check function? The following command can be used to switch on the spell check. What is the command to turn it off? :setlocal spell spelllang=en_us Switch state of boolean options:: :set

VIM7.0: How to switch off the spell check function? Thanks a lot.

2006-05-08 Thread Japerlh
VIM7.0: How to switch off the spell check function? The following command can be used to switch on the spell check. What is the command to turn it off? :setlocal spell spelllang=en_us Thanks a lot. -- Besh wishes, Japerlh

Re: VIM7.0: How to switch off the spell check function? Thanks a lot.

2006-05-08 Thread Ricky Zhou
On 5/8/06, Japerlh [EMAIL PROTECTED] wrote: VIM7.0: How to switch off the spell check function? I think the commands are: Enable- :set spell Disable- :set nospell