Ensure that formatted messages start on new line
This commit is contained in:
parent
0fdaee31ed
commit
2549432f3b
@ -53,6 +53,7 @@ function! vimtex#echo#info(message) " {{{1
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! vimtex#echo#formatted(parts) " {{{1
|
function! vimtex#echo#formatted(parts) " {{{1
|
||||||
|
echon "\r"
|
||||||
try
|
try
|
||||||
for part in a:parts
|
for part in a:parts
|
||||||
if type(part) == type('')
|
if type(part) == type('')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user