Skip to content

Commit

Permalink
fix: don't output during change
Browse files Browse the repository at this point in the history
  • Loading branch information
desdic committed Nov 23, 2023
1 parent 48ca329 commit cd148bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/macrothis/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ end

utils.run_macro_on_quickfixlist = function(opts, register, description)
utils.load_register(opts, register, description)
vim.cmd(":cfdo norm! @" .. register)
vim.cmd(":silent! cfdo norm! @" .. register)
-- Make sure we are back into normal mode after replacement
vim.api.nvim_feedkeys(
vim.api.nvim_replace_termcodes("<ESC>", true, false, true),
Expand Down

0 comments on commit cd148bf

Please sign in to comment.