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

View File

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