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