diff options
author | w0rp <devw0rp@gmail.com> | 2018-06-28 13:53:49 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-06-28 13:53:49 +0100 |
commit | d581fca35e2a09afc68dd43baa290c695f8a66a7 (patch) | |
tree | cf7be787ea8b1afacf9cd70482aa16f3a26b108a /test/test_ale_lint_command.vader | |
parent | 8b407ed0e7f3913e1ef582042321067ebd72c127 (diff) | |
download | ale-d581fca35e2a09afc68dd43baa290c695f8a66a7.zip |
Get tests running and passing with NeoVim 0.2 and 0.3
Diffstat (limited to 'test/test_ale_lint_command.vader')
-rw-r--r-- | test/test_ale_lint_command.vader | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_ale_lint_command.vader b/test/test_ale_lint_command.vader index 7b4f7613..15f1f054 100644 --- a/test/test_ale_lint_command.vader +++ b/test/test_ale_lint_command.vader @@ -39,9 +39,11 @@ After: unlet! g:expected_loclist - let g:ale_buffer_info = {} + call ale#engine#Cleanup(bufnr('')) call ale#linter#Reset() + let g:ale_buffer_info = {} + delfunction ToggleTestCallback Given foobar (Some imaginary filetype): |