Fix 4141 - Stop press enter prompt on long diagnostic messages (#4144)

* Fix 4141 - Stop press enter prompt on long diagnostic messages

* Fix 4139 - Check for array before join truncated_echo
This commit is contained in:
Horacio Sanson
2022-04-06 10:51:07 +09:00
committed by GitHub
parent cae550f07b
commit c984daa0ec
3 changed files with 9 additions and 12 deletions

View File

@@ -89,7 +89,7 @@ Before:
let g:last_message = ''
function! ale#cursor#Echon(message) abort
function! ale#cursor#Echom(message) abort
let g:last_message = a:message
endfunction