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?
>       :setlocal spell spelllang=en_us
>
I have the following in my .vimrc:

"""" Toggle Vim v7.0 Spell-Checking.
if (v:version >= 700)
    set spell spelllang=en_au
    nnoremap <F7> :set spell! spell?<CR>
    imap <F7> <c-o><F7>
    vmap <F7> <c-o><F7>
endif

Hope this helps;


--paj
--
Pete Johns                                   <http://johnsy.com/>
Tel/Fax numbers and IM information   <http://johnsy.com/contact/>
May The Fourth Be With You F...<http://johnsy.com/20060504164831>





--

Besh wishes,
Japerlh

Reply via email to