runtime: Fix syntax error in runtime/syntax/tex.vim (#7518)

This commit is contained in:
Hidehito Yabuuchi 2017-11-10 09:38:08 +09:00 committed by Justin M. Keyes
parent 9baa7ca37f
commit d0b05e3c36

View File

@ -512,7 +512,7 @@ if !exists("g:tex_no_math")
if &ambw == "double" || exists("g:tex_usedblwidth")
let s:texMathDelimList= s:texMathDelimList + [
\ ['\\langle' , '〈'] ,
\ ['\\rangle' , '〉'] ,
\ ['\\rangle' , '〉']]
else
let s:texMathDelimList= s:texMathDelimList + [
\ ['\\langle' , '<'] ,