summaryrefslogtreecommitdiff
path: root/test/test_alelint_autocmd.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-24 20:21:32 +0100
committerw0rp <devw0rp@gmail.com>2016-10-24 20:21:42 +0100
commitc546f47cc0c003053fb157b0ca2cced46b5429bc (patch)
tree0a17bd9520adb8630838b16a84f1433d93fdec84 /test/test_alelint_autocmd.vader
parent0dbf08f6d5466262e66a6000d83be7270a9cef53 (diff)
downloadale-c546f47cc0c003053fb157b0ca2cced46b5429bc.zip
Merge everything into the one global map.
Diffstat (limited to 'test/test_alelint_autocmd.vader')
-rw-r--r--test/test_alelint_autocmd.vader3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_alelint_autocmd.vader b/test/test_alelint_autocmd.vader
index 86772b61..22fe1935 100644
--- a/test/test_alelint_autocmd.vader
+++ b/test/test_alelint_autocmd.vader
@@ -7,11 +7,14 @@ Before:
After:
augroup! VaderTest
+ let g:ale_buffer_info = {}
Given vim (Some vimscript):
set nocompatible
+
Execute (Lint it):
call ale#Lint()
call ale#engine#WaitForJobs(2000)
+
Then (Autocommands should have run):
AssertEqual g:success, 1