removed test code

This commit is contained in:
ManjaroOne666 2018-03-18 16:07:11 +00:00
parent f2a6d53841
commit 1888d785b0
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ augroup status "{{{
augroup END"}}} augroup END"}}}
function! GetLinterStatus(key) abort "{{{ function! GetLinterStatus(key) abort "{{{
return 3
let l:linter = ale#statusline#Count(bufnr('')) let l:linter = ale#statusline#Count(bufnr(''))
return l:linter[a:key] return l:linter[a:key]