Ensure that formatted messages start on new line

This commit is contained in:
Karl Yngve Lervåg 2016-08-02 21:16:52 +02:00
parent 0fdaee31ed
commit 2549432f3b

View File

@ -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('')