Return in the statusline compatibility function, fixing #71
This commit is contained in:
parent
d8d08de26c
commit
82f38dcd45
@ -117,5 +117,5 @@ function! ALELint(delay)
|
|||||||
call ale#Queue(a:delay)
|
call ale#Queue(a:delay)
|
||||||
endfunction
|
endfunction
|
||||||
function! ALEGetStatusLine()
|
function! ALEGetStatusLine()
|
||||||
call ale#statusline#Status()
|
return ale#statusline#Status()
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user