diff --git a/autoload/ale/cursor.vim b/autoload/ale/cursor.vim index 86391d5..3e19b6f 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' diff --git a/test/handler/test_brakeman_handler.vader b/test/handler/test_brakeman_handler.vader index 6a577be..240a099 100644 --- a/test/handler/test_brakeman_handler.vader +++ b/test/handler/test_brakeman_handler.vader @@ -5,7 +5,6 @@ Before: cd ../ruby_fixtures/valid_rails_app/app/models runtime ale_linters/ruby/brakeman.vim - call setbufvar(0, 'ruby_brakeman_rails_root_cached', '') After: " Switch back to whatever directory it was that we started on.