comparison runtime/doc/syntax.txt @ 2494:ed997d0ceb26 vim73

Updated syntax files. (Charles Campbell)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Aug 2010 23:03:17 +0200
parents 1e5bc1cdec13
children a29075150aee
comparison
equal deleted inserted replaced
2493:892c7366db35 2494:ed997d0ceb26
1 *syntax.txt* For Vim version 7.3e. Last change: 2010 Jul 28 1 *syntax.txt* For Vim version 7.3e. Last change: 2010 Aug 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2626 Some folks like to include things like source code in comments and so would 2626 Some folks like to include things like source code in comments and so would
2627 prefer that spell checking be disabled in comments in LaTeX files. To do 2627 prefer that spell checking be disabled in comments in LaTeX files. To do
2628 this, put the following in your <.vimrc>: > 2628 this, put the following in your <.vimrc>: >
2629 let g:tex_comment_nospell= 1 2629 let g:tex_comment_nospell= 1
2630 < 2630 <
2631 *tex-verb*
2632 Want Spell Checking in Verbatim Zones?~
2633
2634 Often verbatim regions are used for things like source code; seldom does
2635 one want source code spell-checked. However, for those of you who do
2636 want your verbatim zones spell-checked, put the following in your <.vimrc>: >
2637 let g:tex_verbspell= 1
2638
2631 *tex-runon* 2639 *tex-runon*
2632 Run-on Comments/Math? ~ 2640 Run-on Comments/Math? ~
2633 2641
2634 The <syntax/tex.vim> highlighting supports TeX, LaTeX, and some AmsTeX. The 2642 The <syntax/tex.vim> highlighting supports TeX, LaTeX, and some AmsTeX. The
2635 highlighting supports three primary zones/regions: normal, texZone, and 2643 highlighting supports three primary zones/regions: normal, texZone, and