Merge pull request #1311 from watagashi/fix_lawrencium

Fix when using vim-lawrencium
This commit is contained in:
Christian Brabandt 2016-11-04 07:52:32 +01:00 committed by GitHub
commit 545617f4f4
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function! s:update_hg_branch(path)
endif
let stl.=' ['.s:mq.']'
endif
s:vcs_config['mercurial'].branch = stl
let s:vcs_config['mercurial'].branch = stl
else
let s:vcs_config['mercurial'].branch = ''
endif