comparison runtime/doc/syntax.txt @ 3465:161d01cbb165

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Apr 2012 23:04:47 +0200
parents 4dde9b516e72
children 3482d151136b
comparison
equal deleted inserted replaced
3464:d01eb8722b5a 3465:161d01cbb165
1 *syntax.txt* For Vim version 7.3. Last change: 2012 Apr 05 1 *syntax.txt* For Vim version 7.3. Last change: 2012 Apr 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
2839 *g:tex_isk* 2839 *g:tex_isk*
2840 Tex: Controlling What's In A Keyword~ 2840 Tex: Controlling What's In A Keyword~
2841 2841
2842 (La)Tex keywords normally use the characters 0-9,a-z,A-Z,192-255 only 2842 (La)Tex keywords normally use the characters 0-9,a-z,A-Z,192-255 only
2843 but the "_" is the only one that causes problems. So, by default, 2843 but the "_" is the only one that causes problems. So, by default,
2844 syntax/tex.vim overrides the usual |'iskeyword'| setting (using |setlocal|) 2844 syntax/tex.vim overrides the usual |'iskeyword'| setting (using |:setlocal|)
2845 with one that works for LaTeX. 2845 with one that works for LaTeX.
2846 2846
2847 However, one may override this iskeyword re-setting by setting the 2847 However, one may override this iskeyword re-setting by setting the
2848 variable, g:tex_isk, in one's .vimrc to whatever one wishes and 2848 variable, g:tex_isk, in one's .vimrc to whatever one wishes and
2849 it will be used instead. 2849 it will be used instead.