mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-20 20:44:46 +02:00
Revert "Add mq patch to branch output"
This reverts commit 8023f6f5dce09fa8f94e6a8bcdc1c6ad568a703d. fixes #1035
This commit is contained in:
parent
5e0b10c005
commit
13ea57b98a
@ -102,11 +102,6 @@ endfunction
|
|||||||
|
|
||||||
function! s:get_hg_branch()
|
function! s:get_hg_branch()
|
||||||
if s:has_lawrencium
|
if s:has_lawrencium
|
||||||
let mq=system('hg qtop')
|
|
||||||
if v:shell_error==0
|
|
||||||
let mq=matchstr(mq, '.*\ze\n')
|
|
||||||
return lawrencium#statusline(). '/'. mq
|
|
||||||
endif
|
|
||||||
return lawrencium#statusline()
|
return lawrencium#statusline()
|
||||||
endif
|
endif
|
||||||
return ''
|
return ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user