#109 Use norm! instead of norm to solve remapping issues.
This commit is contained in:
parent
cbc419d51f
commit
b07161fe38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user