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_linting_blacklist.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_linting_blacklist.vader')
-rw-r--r-- | test/test_linting_blacklist.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_linting_blacklist.vader b/test/test_linting_blacklist.vader index 9960264d..2d9ed585 100644 --- a/test/test_linting_blacklist.vader +++ b/test/test_linting_blacklist.vader @@ -2,6 +2,8 @@ Before: let g:ale_buffer_info = {} After: + call ale#engine#Cleanup(bufnr('')) + let g:ale_buffer_info = {} Given unite (A Unite.vim file): |