mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-25 17:58:42 +08:00
Fix ALEInfo and some test issues
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
Given unite (A Unite.vim file):
|
||||
anything
|
||||
Before:
|
||||
let g:ale_buffer_info = {}
|
||||
|
||||
After:
|
||||
let g:ale_buffer_info = {}
|
||||
|
||||
Given unite (A Unite.vim file):
|
||||
anything
|
||||
|
||||
Execute(Running ALE on a blacklisted file shouldn't change anything):
|
||||
call ale#Lint()
|
||||
call ale#engine#WaitForJobs(2000)
|
||||
|
||||
Reference in New Issue
Block a user