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 spell!
m.
