[Vim-latex-devel] vimspell + latex-suite
Brought to you by:
srinathava,
tmaas
From: Hugh A. <hug...@ya...> - 2005-12-09 18:36:06
|
The syntax highlighting of these two packages aren't playing together very well. Spelling errors within the TeX document are unrecognized without some modification. I've hacked vimspell's SpellError rule in after/syntax/tex.vim so that, syn match texStatement "\\[a-zA-Z@]\+" contains=SpellErrors But it's a bit ghetto. Is there complete solution out there? A better behaved spelling package? Or some blindingly obvious solution that I've missed in a fit of abject stupidity? Thanks much. |