mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-22 03:41:25 +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:
@@ -135,6 +135,14 @@ function! airline#util#has_fugitive()
|
||||
return s:has_fugitive
|
||||
endfunction
|
||||
|
||||
function! airline#util#has_gina()
|
||||
if !exists("s:has_gina")
|
||||
let s:has_gina = exists(':Gina')
|
||||
endif
|
||||
return s:has_gina
|
||||
endfunction
|
||||
|
||||
|
||||
function! airline#util#has_lawrencium()
|
||||
if !exists("s:has_lawrencium")
|
||||
let s:has_lawrencium = exists('*lawrencium#statusline')
|
||||
|
||||
Reference in New Issue
Block a user