Merge pull request #2010 from kazukazuinaina/add_gina_new_extension

add gina's some extensions
This commit is contained in:
Christian Brabandt 2019-12-13 08:45:36 +01:00 committed by GitHub
commit 30725e6eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@ if exists(':Gina') && (v:version > 704 || (v:version == 704 && has("patch1898"))
let s:filetype_overrides['gina-log'] = ['gina', '%{gina#component#repo#preset()}' ]
let s:filetype_overrides['gina-tag'] = ['gina', '%{gina#component#repo#preset()}' ]
let s:filetype_overrides['gina-branch'] = ['gina', '%{gina#component#repo#branch()}' ]
let s:filetype_overrides['gina-reflog'] = ['gina', '%{gina#component#repo#branch()}' ]
let s:filetype_overrides['gina-ls'] = ['gina', '%{gina#component#repo#branch()}' ]
endif
if get(g:, 'airline#extensions#nerdtree_statusline', 1)