Minor fix
This commit is contained in:
parent
69ad595894
commit
f33e4f9777
@ -183,8 +183,8 @@ endfunction
|
||||
" }}}1
|
||||
|
||||
function! s:highlight_matching_pair() " {{{1
|
||||
if vimtex#util#in_comment() | return | endif
|
||||
2match none
|
||||
if vimtex#util#in_comment() | return | endif
|
||||
|
||||
let l:d1 = vimtex#delim#get_current('all', 'both')
|
||||
if empty(l:d1) | return | endif
|
||||
|
Loading…
Reference in New Issue
Block a user