initialize before VimEnter, resolves #717 and #718.

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:
Bailey Ling 2015-02-25 19:31:50 -05:00
parent e2a120869b
commit ec18e6639d
1 changed files with 1 additions and 2 deletions

View File

@ -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()