turn on deprecation check

This commit is contained in:
Bailey Ling 2015-02-13 18:45:09 -05:00
parent 1e35ad5d77
commit 6efde428c6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if &cp || v:version < 702 || (exists('g:loaded_airline') && g:loaded_airline)
endif
let g:loaded_airline = 1
" autocmd VimEnter * call airline#deprecation#check()
autocmd VimEnter * call airline#deprecation#check()
let s:airline_initialized = 0
let s:airline_theme_defined = 0