From 67c0018bdb495a090d4e45ce3183358f71997454 Mon Sep 17 00:00:00 2001 From: Jaehwang Jung Date: Mon, 26 Dec 2022 01:22:04 +0900 Subject: [PATCH] fix: remove a redundant highlight link --- autoload/vimtex/syntax/core.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/vimtex/syntax/core.vim b/autoload/vimtex/syntax/core.vim index c917d21f1f..160b53b490 100644 --- a/autoload/vimtex/syntax/core.vim +++ b/autoload/vimtex/syntax/core.vim @@ -779,7 +779,6 @@ function! vimtex#syntax#core#init_highlights() abort " {{{1 highlight def link texCmdRefConcealed texCmdRef highlight def link texCmdSize texCmdType highlight def link texCmdSpaceCode texCmd - highlight def link texCmdStyle texCmd highlight def link texCmdStyle texCmdType highlight def link texCmdStyleBold texCmd highlight def link texCmdStyleBoldItal texCmd