mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
add gina support for vim-airline's branch
add check gina in util.vim fix typo add gina check fix typo add gina.vim's url in doc fix typo delete v:version > 800 fix error
This commit is contained in:
@@ -255,6 +255,7 @@ function! airline#extensions#load()
|
||||
|
||||
if get(g:, 'airline#extensions#branch#enabled', 1) && (
|
||||
\ airline#util#has_fugitive() ||
|
||||
\ airline#util#has_gina() ||
|
||||
\ airline#util#has_lawrencium() ||
|
||||
\ airline#util#has_vcscommand() ||
|
||||
\ airline#util#has_custom_scm())
|
||||
|
||||
Reference in New Issue
Block a user