vista: init extension on VimEnter

closes #2009
This commit is contained in:
Christian Brabandt
2019-12-13 08:56:26 +01:00
parent 30725e6eb2
commit e395afed51
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -232,6 +232,7 @@ function! airline#extensions#load()
endif
if get(g:, 'airline#extensions#vista#enabled', 1)
\ && exists(':Vista')
call airline#extensions#vista#init(s:ext)
call add(s:loaded_ext, 'vista')
endif