mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-19 23:09:47 +08:00
@@ -107,7 +107,7 @@ endfunction
|
|||||||
function! s:get_hg_branch()
|
function! s:get_hg_branch()
|
||||||
if s:has_lawrencium
|
if s:has_lawrencium
|
||||||
let stl=lawrencium#statusline()
|
let stl=lawrencium#statusline()
|
||||||
if !empty(stl) && has('job')
|
if !empty(stl) && s:has_async
|
||||||
call s:get_mq_async('hg qtop', expand('%:p'))
|
call s:get_mq_async('hg qtop', expand('%:p'))
|
||||||
endif
|
endif
|
||||||
if exists("s:mq") && !empty(s:mq)
|
if exists("s:mq") && !empty(s:mq)
|
||||||
|
|||||||
Reference in New Issue
Block a user