Fix a test
This commit is contained in:
parent
02ac28dbe6
commit
fcc17dffbe
1 changed files with 4 additions and 0 deletions
|
@ -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 = {}
|
||||
|
||||
|
|
Reference in a new issue