comparison runtime/syntax/tex.vim @ 9076:9305a1251e51

commit https://github.com/vim/vim/commit/91c4937be15b0b743b6bc495df602c1abbff6b87 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 09:50:29 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 May 2016 10:00:07 +0200
parents 47f17f66da3d
children 33c1b85d408c
comparison
equal deleted inserted replaced
9075:c2802b7a6ba6 9076:9305a1251e51
1 " Vim syntax file 1 " Vim syntax file
2 " Language: TeX 2 " Language: TeX
3 " Maintainer: Charles E. Campbell <NdrchipO@ScampbellPfamily.AbizM> 3 " Maintainer: Charles E. Campbell <NdrchipO@ScampbellPfamily.AbizM>
4 " Last Change: Apr 11, 2016 4 " Last Change: May 02, 2016
5 " Version: 94 5 " Version: 95
6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TEX 6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TEX
7 " 7 "
8 " Notes: {{{1 8 " Notes: {{{1
9 " 9 "
10 " 1. If you have a \begin{verbatim} that appears to overrun its boundaries, 10 " 1. If you have a \begin{verbatim} that appears to overrun its boundaries,
131 " but _ is the only one that causes problems. 131 " but _ is the only one that causes problems.
132 " One may override this iskeyword setting by providing 132 " One may override this iskeyword setting by providing
133 " g:tex_isk 133 " g:tex_isk
134 if exists("g:tex_isk") 134 if exists("g:tex_isk")
135 exe "setlocal isk=".g:tex_isk 135 exe "setlocal isk=".g:tex_isk
136 elseif !has("patch-7.4.1141") 136 elseif !has("patch-7.4.1142")
137 setl isk=48-57,a-z,A-Z,192-255 137 setl isk=48-57,a-z,A-Z,192-255
138 else 138 else
139 syn iskeyword 48-57,a-z,A-Z,192-255 139 syn iskeyword 48-57,a-z,A-Z,192-255
140 endif 140 endif
141 if b:tex_stylish 141 if b:tex_stylish