Syntastic: remove unused variable

This commit is contained in:
Christian Brabandt 2017-06-22 09:47:01 +02:00
parent 57e564b227
commit fde2511201
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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