Updated syntax files. (Charles Campbell)

This commit is contained in:
Bram Moolenaar
2010-08-04 23:03:17 +02:00
parent a9d0cba165
commit 74cbdf0334
3 changed files with 173 additions and 47 deletions

View File

@ -1,4 +1,4 @@
*syntax.txt* For Vim version 7.3e. Last change: 2010 Jul 28
*syntax.txt* For Vim version 7.3e. Last change: 2010 Aug 04
VIM REFERENCE MANUAL by Bram Moolenaar
@ -2628,6 +2628,14 @@ prefer that spell checking be disabled in comments in LaTeX files. To do
this, put the following in your <.vimrc>: >
let g:tex_comment_nospell= 1
<
*tex-verb*
Want Spell Checking in Verbatim Zones?~
Often verbatim regions are used for things like source code; seldom does
one want source code spell-checked. However, for those of you who do
want your verbatim zones spell-checked, put the following in your <.vimrc>: >
let g:tex_verbspell= 1
*tex-runon*
Run-on Comments/Math? ~