branch: comment why the argument is not used for update_hg_branch
This commit is contained in:
parent
8cd7e35027
commit
3ec22a524c
@ -118,7 +118,9 @@ function! s:update_git_branch(path)
|
|||||||
let s:vcs_config['git'].branch = name
|
let s:vcs_config['git'].branch = name
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:update_hg_branch(path)
|
function! s:update_hg_branch(...)
|
||||||
|
" path argument is not actually used, so we don't actually care about a:1
|
||||||
|
" it is just needed, because update_git_branch needs it.
|
||||||
if s:has_lawrencium
|
if s:has_lawrencium
|
||||||
let stl=lawrencium#statusline()
|
let stl=lawrencium#statusline()
|
||||||
if !empty(stl) && g:airline#init#async && !get(b:, 'airline_mq_disabled', 0)
|
if !empty(stl) && g:airline#init#async && !get(b:, 'airline_mq_disabled', 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user