#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
|
try
|
||||||
" Echo the message truncated to fit without creating a prompt.
|
" Echo the message truncated to fit without creating a prompt.
|
||||||
setlocal shortmess+=T
|
setlocal shortmess+=T
|
||||||
exec "norm :echomsg message\n"
|
exec "norm! :echomsg message\n"
|
||||||
finally
|
finally
|
||||||
call setbufvar('%', '&shortmess', l:shortmess_options)
|
call setbufvar('%', '&shortmess', l:shortmess_options)
|
||||||
endtry
|
endtry
|
||||||
|
Loading…
Reference in New Issue
Block a user