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)
|
||||
continue
|
||||
endif
|
||||
try
|
||||
call airline#extensions#{name}#init(s:ext)
|
||||
catch
|
||||
endtry
|
||||
endif
|
||||
endfor
|
||||
endfunction
|
||||
|
|
Loading…
Reference in New Issue