Merge pull request #132 from monstermunchkin/master

update tagbar extension
This commit is contained in:
Bailey Ling 2013-08-12 08:20:04 -07:00
commit d20bdc54e5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ function! airline#extensions#load()
call airline#extensions#commandt#init(s:ext)
endif
if exists(':TagbarToggle')
if g:airline_enable_tagbar && exists(':TagbarToggle')
call airline#extensions#tagbar#init(s:ext)
endif