feat(git): give every new git window a fresh jumplist
This commit is contained in:
+1
-3
@@ -81,9 +81,7 @@ local function place_split(name)
|
||||
if win_id ~= -1 then
|
||||
vim.api.nvim_set_current_win(win_id)
|
||||
else
|
||||
vim.api.nvim_open_win(buf, true, {
|
||||
split = vim.o.splitbelow and "below" or "above",
|
||||
})
|
||||
util.place_buf(buf, nil)
|
||||
end
|
||||
return buf
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user