diff --git a/autoload/vimtex/motion.vim b/autoload/vimtex/motion.vim index b4d5620..1ee597d 100644 --- a/autoload/vimtex/motion.vim +++ b/autoload/vimtex/motion.vim @@ -92,8 +92,6 @@ function! vimtex#motion#find_matching_pair(...) " {{{1 normal! gv endif - if vimtex#util#in_comment() | return | endif - let delim = vimtex#delim#get_current('all', 'both') if empty(delim) let delim = vimtex#delim#get_next('all', 'both')