fix: use :botright modifier for quickfix window open (#2554)
This commit is contained in:
@@ -465,7 +465,7 @@ internal.quickfixhistory = function(opts)
|
||||
local nr = action_state.get_selected_entry().nr
|
||||
actions.close(prompt_bufnr)
|
||||
vim.cmd(nr .. "chistory")
|
||||
vim.cmd "copen"
|
||||
vim.cmd "botright copen"
|
||||
end)
|
||||
return true
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user