diff options
author | Eddie Lebow <elebow@users.noreply.github.com> | 2017-07-11 01:30:28 -0400 |
---|---|---|
committer | Eddie Lebow <elebow@users.noreply.github.com> | 2017-07-11 01:30:28 -0400 |
commit | 78e00294885818f4ccb5831a867b07a555ce9e11 (patch) | |
tree | bbab35ec8d3bb80c4f8d73c8c19d3cfe53e334c7 | |
parent | eb79b52a9aa106540468efd383b7f586e8905c87 (diff) | |
download | ale-78e00294885818f4ccb5831a867b07a555ce9e11.zip |
Fix comment typo
-rw-r--r-- | autoload/ale/cursor.vim | 2 |
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' |