Syntastic: remove unused variable
This commit is contained in:
parent
57e564b227
commit
fde2511201
@ -21,7 +21,6 @@ endfunction
|
|||||||
function! airline#extensions#syntastic#get(type)
|
function! airline#extensions#syntastic#get(type)
|
||||||
let _backup = get(g:, 'syntastic_stl_format', '')
|
let _backup = get(g:, 'syntastic_stl_format', '')
|
||||||
let is_err = (a:type is# 'error')
|
let is_err = (a:type is# 'error')
|
||||||
let res = ''
|
|
||||||
if is_err
|
if is_err
|
||||||
let g:syntastic_stl_format = '%E{%e}'
|
let g:syntastic_stl_format = '%E{%e}'
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user