Merge pull request #95 from neersighted/typos
Return in the statusline compatibility function, fixing #71
This commit is contained in:
commit
687d66cf25
1 changed files with 1 additions and 1 deletions
|
@ -130,5 +130,5 @@ function! ALELint(delay)
|
|||
endfunction
|
||||
|
||||
function! ALEGetStatusLine()
|
||||
call ale#statusline#Status()
|
||||
return ale#statusline#Status()
|
||||
endfunction
|
||||
|
|
Reference in a new issue