Enno wrote:
This inconsistency is also discussed in the comments of the thread opener on
http://tex.stackexchange.com/questions/135337/how-to-set-up-spell-checking-with-vim
If set filetype=plaintex, then spell checking in a tex file checks the text in
the whole document for spelling errors. (This is, spelling errors are have a
curly red underline.)
If set filetype=latex, then spell checking in a tex file only checks the
spelling in comments or erratically in some latex environments.
This occurs in Gvim 7.4.285 and Windows 7 64 bit.
The problem: avoid spell checking things that should not be spell
checked. The preamble, for example, largely falls into this category.
Math regions falls into this category. Etc.
The solution: restrict spell checking to specific things, such as
sections (actually, document, chapter, part, section, subsection,
subsubsection, and others)
User problem: has introduced new commands that are not recognized by
syntax/tex.vim as things that should involve spell checking, and has not
thought of writing after/syntax/tex/... to recognize spell checking in
his/her new zones.
Solution: user should write syntax recognition rules to enable spell
checking in the region(s) of interest.
Regards,
Chip Campbell
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.