mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-04-08 19:35:31 +02:00
turn on deprecation check
This commit is contained in:
parent
1e35ad5d77
commit
6efde428c6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user