1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

fix(git.vim): fix plog_jobid

This commit is contained in:
wsdjeg 2024-02-19 23:56:17 +08:00
parent 85968ea1cc
commit 2dc6512397

View File

@ -81,7 +81,7 @@ function M.run(argv)
table.insert(plog_cmd, v)
end
log.debug('git-shortlog plog cmd:' .. vim.inspect(plog_cmd))
job.start(plog_cmd, {
plog_jobid = job.start(plog_cmd, {
on_stdout = on_pretty_stdout,
on_stderr = on_pretty_stderr,
on_exit = on_pretty_exit