mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:40:05 +08:00
fix(git): update branch name after :Git branch
command
This commit is contained in:
parent
5d9a515653
commit
dc65e2b3bf
@ -92,6 +92,7 @@ local function on_stderr(id, data)
|
||||
end
|
||||
|
||||
local function on_exit(id, code, single)
|
||||
M.detect()
|
||||
log.debug('branch exit code:' .. code .. ' single:' .. single)
|
||||
if id ~= branch_jobid then
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user