mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Return in the statusline compatibility function, fixing #71
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user