Re: [Vim-latex-devel] Spell-check not working with latex-suite
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2008-06-13 15:17:49
|
It works for me. Note that I also use the engspchk plugin, which seems to do a better job when syntax highlighting is turned on. That being said, "]s" has nothing to do with that plugin, and it works for me whether or not I load it. Are you sure you have something like... set spell set spelllang=en_us in your .vimrc? --Ted Eyolf Østrem wrote: > I've discovered that the built-in spell checker in vim doesn't work if > ft=tex is set. It's not just the syntax highlighting -- ]s doesn't jump to > the next spelling mistake.. I've searched through the source files for > "spell", without finding anything that looked suspicious, but I'm no > vimscript guru so I may have missed something. > Anyone else having this problem, or should I review my own configuration? > I've tried it from a clean slate too, different user, no .vimrc file, but > same result. > > Eyolf > -- Ted Pavlic <te...@te...> |