mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:10:05 +08:00
perf(git): merge commit output date
This commit is contained in:
parent
591f277cca
commit
c97b857588
@ -161,7 +161,7 @@ local function on_exit(id, code, single)
|
||||
vim.api.nvim_buf_set_lines(commit_bufnr, 0, -1, false, commitmsg)
|
||||
vim.bo.modified = false
|
||||
else
|
||||
nt.notify(commit_output, 'WarningMsg')
|
||||
nt.notify(table.concat(commit_output, "\n"), 'WarningMsg')
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user