Alexei Alexandrov wrote:
Hi All!

When spell checking is on by default, quick fix window is full of spell 
checking errors. Probably it should have off always, shouldn't it?


Spell checking is off by default (the default for 'spell' is off). If it is on in a window you create, it must be because you set it yourself, maybe in your vimrc.

To avoid setting it in "special" windows, use something like

        :autocmd BufNewFile,BufReadPost * if &buftype != ''
                \ | setlocal nospell | endif


Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
157. You fum through a magazine, you first check to see if it has a web
     address.

Reply via email to