fix: use :botright modifier for quickfix window open (#2554)

(cherry picked from commit 9a82b5b73e)
This commit is contained in:
Munif Tanjim
2023-06-09 11:28:14 +02:00
committed by Simon Hauser
parent 866cd41242
commit 9b54003f5e
+1 -1
View File
@@ -1021,7 +1021,7 @@ end
--- `actions.smart_send_to_qflist + actions.open_qflist`
---@param prompt_bufnr number: The prompt bufnr
actions.open_qflist = function(prompt_bufnr)
vim.cmd [[copen]]
vim.cmd [[botright copen]]
end
--- Open the location list. It makes sense to use this in combination with one of the send_to_loclist actions