Merge pull request #95 from neersighted/typos
Return in the statusline compatibility function, fixing #71
This commit is contained in:
commit
687d66cf25
@ -130,5 +130,5 @@ function! ALELint(delay)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! ALEGetStatusLine()
|
function! ALEGetStatusLine()
|
||||||
call ale#statusline#Status()
|
return ale#statusline#Status()
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user