fix(git/log): use bifhidden=hide

This commit is contained in:
2026-05-09 00:27:06 +02:00
parent 9bbbd1b1c8
commit 55833620fa
+1 -1
View File
@@ -95,7 +95,7 @@ function M.read_uri(buf)
end end
repo.bind(buf, r) repo.bind(buf, r)
util.setup_scratch(buf, { bufhidden = "delete" }) util.setup_scratch(buf, { bufhidden = "hide" })
vim.bo[buf].filetype = "gitlog" vim.bo[buf].filetype = "gitlog"
attach_dispatch(buf) attach_dispatch(buf)