mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 21:44:47 +08:00
Merge pull request #95 from neersighted/typos
Return in the statusline compatibility function, fixing #71
This commit is contained in:
@@ -130,5 +130,5 @@ function! ALELint(delay)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! ALEGetStatusLine()
|
function! ALEGetStatusLine()
|
||||||
call ale#statusline#Status()
|
return ale#statusline#Status()
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user