comparison runtime/syntax/tex.vim @ 12826:f690da1b3c04

Update runtime files. commit https://github.com/vim/vim/commit/7f2e9d7c9cdfc5201a899b7b610edf64bf80c45f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 11 20:58:53 2017 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2017 21:00:05 +0100
parents 65d7fd8381a3
children a6d3e2081544
comparison
equal deleted inserted replaced
12825:4c1a7b0a6f5c 12826:f690da1b3c04
510 \ ['\\updownarrow', '↕'] , 510 \ ['\\updownarrow', '↕'] ,
511 \ ['\\Updownarrow', '⇕']] 511 \ ['\\Updownarrow', '⇕']]
512 if &ambw == "double" || exists("g:tex_usedblwidth") 512 if &ambw == "double" || exists("g:tex_usedblwidth")
513 let s:texMathDelimList= s:texMathDelimList + [ 513 let s:texMathDelimList= s:texMathDelimList + [
514 \ ['\\langle' , '〈'] , 514 \ ['\\langle' , '〈'] ,
515 \ ['\\rangle' , '〉'] , 515 \ ['\\rangle' , '〉']]
516 else 516 else
517 let s:texMathDelimList= s:texMathDelimList + [ 517 let s:texMathDelimList= s:texMathDelimList + [
518 \ ['\\langle' , '<'] , 518 \ ['\\langle' , '<'] ,
519 \ ['\\rangle' , '>']] 519 \ ['\\rangle' , '>']]
520 endif 520 endif