a lot of users are still using VimEnter instead of the new AirlineAfterInit, this changes allows those configs to continue working.
This commit is contained in:
parent
e2a120869b
commit
ec18e6639d
|
@ -99,5 +99,4 @@ command! AirlineToggle call <sid>airline_toggle()
|
|||
command! AirlineRefresh call airline#load_theme() | call airline#update_statusline()
|
||||
|
||||
autocmd VimEnter * call airline#deprecation#check()
|
||||
autocmd VimEnter * call s:init()
|
||||
|
||||
call s:init()
|
||||
|
|
Loading…
Reference in New Issue