hide errors (#241).
This commit is contained in:
parent
3a5a40730a
commit
2702015544
|
@ -204,7 +204,10 @@ function! airline#extensions#load()
|
||||||
if !get(g:, 'airline#extensions#'.name.'#enabled', 1)
|
if !get(g:, 'airline#extensions#'.name.'#enabled', 1)
|
||||||
continue
|
continue
|
||||||
endif
|
endif
|
||||||
call airline#extensions#{name}#init(s:ext)
|
try
|
||||||
|
call airline#extensions#{name}#init(s:ext)
|
||||||
|
catch
|
||||||
|
endtry
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Reference in New Issue