mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
runtime: Fix syntax error in runtime/syntax/tex.vim
(#7518)
This commit is contained in:
parent
9baa7ca37f
commit
d0b05e3c36
@ -512,7 +512,7 @@ if !exists("g:tex_no_math")
|
|||||||
if &ambw == "double" || exists("g:tex_usedblwidth")
|
if &ambw == "double" || exists("g:tex_usedblwidth")
|
||||||
let s:texMathDelimList= s:texMathDelimList + [
|
let s:texMathDelimList= s:texMathDelimList + [
|
||||||
\ ['\\langle' , '〈'] ,
|
\ ['\\langle' , '〈'] ,
|
||||||
\ ['\\rangle' , '〉'] ,
|
\ ['\\rangle' , '〉']]
|
||||||
else
|
else
|
||||||
let s:texMathDelimList= s:texMathDelimList + [
|
let s:texMathDelimList= s:texMathDelimList + [
|
||||||
\ ['\\langle' , '<'] ,
|
\ ['\\langle' , '<'] ,
|
||||||
|
Loading…
Reference in New Issue
Block a user