fix untrack branch check about gina

This commit is contained in:
kazukazuinaina 2019-12-19 15:43:50 +09:00
parent 3b6b2474a2
commit be85daa23f
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ function! s:update_untracked()
for vcs in keys(s:vcs_config)
" only check, for git, if fugitive is installed
" and for 'hg' if lawrencium is installed, else skip
if vcs is# 'git' && (!airline#util#has_fugitive())
if vcs is# 'git' && (!airline#util#has_fugitive() && !airline#util#has_gina())
continue
elseif vcs is# 'mercurial' && !airline#util#has_lawrencium()
continue