You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
7 years ago
|
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)
|
||
|
|
||
|
AssertEqual {}, g:ale_buffer_info
|