mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-27 07:54:44 +02:00
update tagbar extension
Allow the tagbar extension to be disabled.
This commit is contained in:
parent
7524110de9
commit
222adbfeaa
@ -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…
x
Reference in New Issue
Block a user