Merge pull request #132 from monstermunchkin/master
update tagbar extension
This commit is contained in:
commit
d20bdc54e5
|
@ -126,7 +126,7 @@ function! airline#extensions#load()
|
||||||
call airline#extensions#commandt#init(s:ext)
|
call airline#extensions#commandt#init(s:ext)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists(':TagbarToggle')
|
if g:airline_enable_tagbar && exists(':TagbarToggle')
|
||||||
call airline#extensions#tagbar#init(s:ext)
|
call airline#extensions#tagbar#init(s:ext)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue