Fix ALEInfo and some test issues

This commit is contained in:
w0rp
2017-05-27 23:51:27 +01:00
parent aca5a00fb7
commit c17346d402
4 changed files with 183 additions and 186 deletions
+5 -2
View File
@@ -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)