diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-11 20:48:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-11 20:48:52 +0100 |
commit | 687d66cf253cde4de34dc5fa883beff5d23fc333 (patch) | |
tree | 505670361ac020e7f3629796cb37a45f9d6e11e2 /plugin | |
parent | f88db6c336cc837d40a5927e00061d2dd23d3a75 (diff) | |
parent | 82f38dcd455a4e2ecd24a0fccc82018cba0873aa (diff) | |
download | ale-687d66cf253cde4de34dc5fa883beff5d23fc333.zip |
Merge pull request #95 from neersighted/typos
Return in the statusline compatibility function, fixing #71
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/ale.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim index 054958ea..4f59f79a 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -130,5 +130,5 @@ function! ALELint(delay) endfunction function! ALEGetStatusLine() - call ale#statusline#Status() + return ale#statusline#Status() endfunction |