mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
Fix brocken CI test
because vim 7.4 does not know v:vim_did_enter I am beginning to wonder, whether we should have vim8 as a minimal requirement...
This commit is contained in:
parent
0ac474fdc4
commit
915c7cfcd7
@ -301,7 +301,7 @@ command! AirlineExtensions call s:airline_extensions()
|
||||
|
||||
call airline#init#bootstrap()
|
||||
call s:airline_toggle()
|
||||
if v:vim_did_enter
|
||||
if exists("v:vim_did_enter") && v:vim_did_enter
|
||||
call <sid>on_window_changed('VimEnter')
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user