mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-28 06:46:52 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user