mirror of https://github.com/dense-analysis/ale
#2417 - Silence errors for shortmess+=T
This commit is contained in:
parent
02af53b8b0
commit
bbb6e70377
|
@ -25,7 +25,7 @@ function! ale#cursor#TruncatedEcho(original_message) abort
|
|||
let l:cursor_position = getpos('.')
|
||||
|
||||
" The message is truncated and saved to the history.
|
||||
setlocal shortmess+=T
|
||||
silent! setlocal shortmess+=T
|
||||
|
||||
try
|
||||
exec "norm! :echomsg l:message\n"
|
||||
|
|
Loading…
Reference in New Issue