I use gvim to edit LaTex .tex file. I noticed that it checks spelling on the fly only for the commented text. If I have a mistake in a regular text – no underline. If I comment this text with % , the misspell is underlined immediately. What is wrong? Is there any strange option turned on?
Share
The latex ft plugin conveniently defines this behaviour.
SpellChecker : Spell check text including LaTeX documents
Using latexmk, vim spell checking and vim latex-suite
There is an option that appears to come close:
Update
Also
has very useful tidbits, like
You’ll have to figure out whether you can use that/extrapolate from there