mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
runtime: Fix syntax error in runtime/syntax/tex.vim
(#7518)
This commit is contained in:
committed by
Justin M. Keyes
parent
9baa7ca37f
commit
d0b05e3c36
@ -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' , '<'] ,
|
||||
|
Reference in New Issue
Block a user