Fixed minor bug (#436)

This commit is contained in:
Karl Yngve Lervåg 2016-07-31 23:12:58 +02:00
parent bcbcb2a1b8
commit b82a8d3798

View File

@ -76,7 +76,7 @@ function! vimtex#format#formatexpr() " {{{1
endif
endwhile
if l:top < l:mark
if l:top <= l:mark
execute 'normal!' l:top . 'Ggw' . l:mark . 'G'
endif