mirror of
https://github.com/dense-analysis/ale
synced 2025-02-17 04:36:56 +00:00
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