mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#2417 - Silence errors for shortmess+=T
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user