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
|
||||
|
||||
function! vimtex#echo#formatted(parts) " {{{1
|
||||
echon "\r"
|
||||
try
|
||||
for part in a:parts
|
||||
if type(part) == type('')
|
||||
|
Loading…
Reference in New Issue
Block a user