turn on deprecation warnings.

This commit is contained in:
Bailey Ling 2013-09-06 21:50:43 +00:00
parent 7a2f6525c3
commit 65efb89145

View File

@ -6,7 +6,7 @@ if &cp || v:version < 702 || (exists('g:loaded_airline') && g:loaded_airline)
endif endif
let g:loaded_airline = 1 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_initialized = 0
let s:airline_theme_defined = 0 let s:airline_theme_defined = 0