Possible to disable airline

This commit is contained in:
mattn 2013-07-02 13:04:59 +09:00
parent def16e48a4
commit abd286ca83
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
if &cp || v:version < 702 || (exists('g:loaded_airline') && g:loaded_airline)
finish
endif
let g:loaded_airline = 1
if !exists('g:airline_left_sep')
let g:airline_left_sep = exists('g:airline_powerline_fonts')?"":">"
endif