Fix a test

This commit is contained in:
w0rp 2017-06-06 09:54:17 +01:00
parent 02ac28dbe6
commit fcc17dffbe
1 changed files with 4 additions and 0 deletions

View File

@ -1,11 +1,15 @@
Before:
let g:success = 0
let g:ale_run_synchronously = 1
augroup VaderTest
autocmd!
autocmd User ALELint let g:success = 1
augroup end
After:
let g:ale_run_synchronously = 0
augroup! VaderTest
let g:ale_buffer_info = {}