diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-12 20:38:52 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-12 20:38:52 +0100 |
commit | 2bafdb7e5a5cb96cb8263ed1b7bb79be021e4350 (patch) | |
tree | 022bac7040c99d8d6096ee7086d98ac442df21d1 /test/sign/test_linting_sets_signs.vader | |
parent | 07b2542c0d6505f2a843e700d246367a522ecf64 (diff) | |
download | ale-2bafdb7e5a5cb96cb8263ed1b7bb79be021e4350.zip |
Run all tests in NeoVim, improve the test script, and make all tests pass for NeoVim
Diffstat (limited to 'test/sign/test_linting_sets_signs.vader')
-rw-r--r-- | test/sign/test_linting_sets_signs.vader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sign/test_linting_sets_signs.vader b/test/sign/test_linting_sets_signs.vader index 0654be47..1530847e 100644 --- a/test/sign/test_linting_sets_signs.vader +++ b/test/sign/test_linting_sets_signs.vader @@ -44,6 +44,7 @@ After: sign unplace * let g:ale_buffer_info = {} + call ale#linter#Reset() Execute(The signs should be updated after linting is done): call ale#Lint() |