Skip to content

Commit

Permalink
feat: triggering QuickFixCmdPost event after setting quickfix list
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotvs authored and rcarriga committed Jan 2, 2025
1 parent 0dccb5e commit d66cf4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest/consumers/quickfix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ local init = function()
end)

nio.fn.setqflist(qf_results)
vim.cmd.doautocmd("QuickFixCmdPost")
if #qf_results > 0 then
if config.quickfix.open then
if type(config.quickfix.open) == "function" then
Expand Down

0 comments on commit d66cf4e

Please sign in to comment.