mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-03 16:42:50 +08:00
#323 Document ale#statusline#Count() instead, and encourage its use
This commit is contained in:
@@ -90,6 +90,9 @@ function! s:StatusForListFormat() abort
|
||||
endfunction
|
||||
|
||||
" Returns a formatted string that can be integrated in the statusline.
|
||||
"
|
||||
" This function is deprecated, and should not be used. Use the airline plugin
|
||||
" instead, or write your own status function with ale#statusline#Count()
|
||||
function! ale#statusline#Status() abort
|
||||
if !exists('g:ale_statusline_format')
|
||||
return 'OK'
|
||||
|
||||
Reference in New Issue
Block a user