parent
bf3cc5ad9d
commit
ae394294c3
@ -8,7 +8,8 @@ if !get(g:, 'loaded_gutentags', 0)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
function! airline#extensions#gutentags#status()
|
function! airline#extensions#gutentags#status()
|
||||||
return gutentags#statusline() =~# '^TAGS' ? 'Gen. tags' : ''
|
let msg = gutentags#statusline()
|
||||||
|
return empty(msg) ? '' : 'Gen. ' . msg
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! airline#extensions#gutentags#init(ext)
|
function! airline#extensions#gutentags#init(ext)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user