Fixed minor bug (#436)
This commit is contained in:
parent
bcbcb2a1b8
commit
b82a8d3798
@ -76,7 +76,7 @@ function! vimtex#format#formatexpr() " {{{1
|
|||||||
endif
|
endif
|
||||||
endwhile
|
endwhile
|
||||||
|
|
||||||
if l:top < l:mark
|
if l:top <= l:mark
|
||||||
execute 'normal!' l:top . 'Ggw' . l:mark . 'G'
|
execute 'normal!' l:top . 'Ggw' . l:mark . 'G'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user