fix(git/log): use bifhidden=hide
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user