mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 13:32:34 +08:00
Get tests running and passing with NeoVim 0.2 and 0.3
This commit is contained in:
@@ -52,9 +52,12 @@ After:
|
||||
let g:ale_history_enabled = 1
|
||||
let g:ale_history_log_output = 0
|
||||
unlet g:history
|
||||
|
||||
call ale#engine#Cleanup(bufnr(''))
|
||||
call ale#linter#Reset()
|
||||
|
||||
let g:ale_buffer_info = {}
|
||||
let g:ale_max_buffer_history_size = 20
|
||||
call ale#linter#Reset()
|
||||
delfunction TestFixer
|
||||
delfunction CollectResults
|
||||
|
||||
|
||||
Reference in New Issue
Block a user