summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Lebow <elebow@users.noreply.github.com>2017-07-11 01:30:28 -0400
committerEddie Lebow <elebow@users.noreply.github.com>2017-07-11 01:30:28 -0400
commit78e00294885818f4ccb5831a867b07a555ce9e11 (patch)
treebbab35ec8d3bb80c4f8d73c8c19d3cfe53e334c7
parenteb79b52a9aa106540468efd383b7f586e8905c87 (diff)
downloadale-78e00294885818f4ccb5831a867b07a555ce9e11.zip
Fix comment typo
-rw-r--r--autoload/ale/cursor.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/cursor.vim b/autoload/ale/cursor.vim
index 86391d5c..3e19b6fc 100644
--- a/autoload/ale/cursor.vim
+++ b/autoload/ale/cursor.vim
@@ -24,7 +24,7 @@ function! s:EchoWithShortMess(setting, message) abort
" Turn shortmess on or off.
if a:setting ==# 'on'
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.
exec "norm! :echomsg a:message\n"
elseif a:setting ==# 'off'