Re: syntax include and spellcheck

2011-05-21 Thread Maxim Kim
Thanks! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: syntax include and spellcheck

2011-05-21 Thread Xell Liu
Sorry, it's ":syntax spell toplevel". Please ref :h :syn-spell . On Sun, May 22, 2011 at 9:34 AM, Xell Liu wrote: > Try ":spell toplevel" ? > > > On Sun, May 22, 2011 at 3:13 AM, Maxim Kim wrote: > >> Hi, >> >> >> Is there any way I can have spellcheck and 'syntax include' in one buffer? >> >>

Re: syntax include and spellcheck

2011-05-21 Thread Xell Liu
Try ":spell toplevel" ? On Sun, May 22, 2011 at 3:13 AM, Maxim Kim wrote: > Hi, > > > Is there any way I can have spellcheck and 'syntax include' in one buffer? > > If I open new buffer and enter there: > > Hello wld > > then after :setlocal spell spelllang=en > I have 'wld' highlighted as spell

syntax include and spellcheck

2011-05-21 Thread Maxim Kim
Hi, Is there any way I can have spellcheck and 'syntax include' in one buffer? If I open new buffer and enter there: Hello wld then after :setlocal spell spelllang=en I have 'wld' highlighted as spellbad. Now if I execute :syntax include @testgroup syntax/python.vim spellchecker stops highli