Minor fix

This commit is contained in:
Karl Yngve Lervåg 2016-07-10 17:57:26 +02:00
parent 69ad595894
commit f33e4f9777

View File

@ -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