mirror of https://github.com/dense-analysis/ale
Fix comment typo
This commit is contained in:
parent
eb79b52a9a
commit
78e0029488
|
@ -24,7 +24,7 @@ function! s:EchoWithShortMess(setting, message) abort
|
||||||
" Turn shortmess on or off.
|
" Turn shortmess on or off.
|
||||||
if a:setting ==# 'on'
|
if a:setting ==# 'on'
|
||||||
setlocal shortmess+=T
|
setlocal shortmess+=T
|
||||||
" echomsg is neede for the message to get truncated and appear in
|
" echomsg is needed for the message to get truncated and appear in
|
||||||
" the message history.
|
" the message history.
|
||||||
exec "norm! :echomsg a:message\n"
|
exec "norm! :echomsg a:message\n"
|
||||||
elseif a:setting ==# 'off'
|
elseif a:setting ==# 'off'
|
||||||
|
|
Loading…
Reference in New Issue