mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 14:47:18 +08:00
Syntastic: remove unused variable
This commit is contained in:
parent
57e564b227
commit
fde2511201
|
@ -21,7 +21,6 @@ endfunction
|
|||
function! airline#extensions#syntastic#get(type)
|
||||
let _backup = get(g:, 'syntastic_stl_format', '')
|
||||
let is_err = (a:type is# 'error')
|
||||
let res = ''
|
||||
if is_err
|
||||
let g:syntastic_stl_format = '%E{%e}'
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user