mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 13:02:19 +08:00
Merge pull request #1311 from watagashi/fix_lawrencium
Fix when using vim-lawrencium
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user