Fix minor bug

This commit is contained in:
Karl Yngve Lervåg 2016-07-21 22:01:17 +02:00
parent 09eb78fcd0
commit f5ba71c152

View File

@ -49,7 +49,7 @@ function! vimtex#format#formatexpr() " {{{1
normal! x
endif
for l:current in range(l:bottom, l:top+1, -1)
for l:current in range(l:bottom, l:top, -1)
let l:line = getline(l:current)
if l:line =~# s:border_end