refactor(git): keep routine success output out of :messages

This commit is contained in:
2026-05-09 00:42:26 +02:00
parent 55833620fa
commit fda04337db
3 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ local function run_to_messages(r, args)
)
end
if #chunks > 0 then
vim.api.nvim_echo(chunks, true, {})
vim.api.nvim_echo(chunks, failed or err ~= "", {})
end
end