mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-25 05:21:08 +08:00
#109 Use norm! instead of norm to solve remapping issues.
This commit is contained in:
@@ -32,7 +32,7 @@ function! ale#cursor#TruncatedEcho(message) abort
|
||||
try
|
||||
" Echo the message truncated to fit without creating a prompt.
|
||||
setlocal shortmess+=T
|
||||
exec "norm :echomsg message\n"
|
||||
exec "norm! :echomsg message\n"
|
||||
finally
|
||||
call setbufvar('%', '&shortmess', l:shortmess_options)
|
||||
endtry
|
||||
|
||||
Reference in New Issue
Block a user