1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

perf(git): use b# to jump to previous buf

This commit is contained in:
Eric Wong 2024-03-09 00:01:38 +08:00
parent 166c277645
commit 5796b28ecf

View File

@ -24,7 +24,7 @@ local function close_log_win()
return
end
local ok = pcall(function()
vim.cmd('bp')
vim.cmd('b#')
end)
if not ok then