Satisfy my own checks

This commit is contained in:
w0rp 2018-03-03 18:13:57 +00:00
parent f476c28b29
commit 193a4b9336
No known key found for this signature in database
GPG key ID: 0FC1ECAA8C81CD83
2 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ endfunction
" instead, or write your own status function with ale#statusline#Count()
function! ale#statusline#Status() abort
if !get(g:, 'ale_deprecation_ale_statusline_status', 0)
echom 'ale#statusline#Status() is deprecated, use ale#statusline#Count() to write your own function.'
execute 'echom ''ale#statusline#Status() is deprecated, use ale#statusline#Count() to write your own function.'''
let g:ale_deprecation_ale_statusline_status = 1
endif