Try to get tests to pass on Windows again

This commit is contained in:
w0rp 2019-02-15 16:40:01 +00:00
parent 5b6df0a85f
commit c3d4e0983b
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
Before:
Save g:ale_run_synchronously
Save g:ale_buffer_info
let g:ale_run_synchronously = 1
let g:ale_buffer_info = {}
call ale#linter#Reset()
call ale#assert#SetUpLinterTestCommands()