hrsh7th
2022-01-10 22:06:57 +09:00
parent 4b5d0a5731
commit 89643cc287

View File

@@ -197,6 +197,9 @@ misc.redraw = setmetatable({
else
vim.cmd([[redraw]])
end
if vim.tbl_contains({ '/', '?' }, vim.fn.getcmdtype()) then
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes('<C-r>=""<CR>', true, true, true), 'n', true)
end
self.doing = false
self.force = false
end)