refactor: rename action preview window to 'confirmation' window

This commit is contained in:
Steven Arcangeli 2024-11-10 15:51:46 -08:00
parent 621f8ba4fa
commit 1f5b002270
7 changed files with 45 additions and 19 deletions

View file

@ -413,7 +413,7 @@ M.initialize = function(bufnr)
timer:again()
return
end
timer = vim.loop.new_timer()
timer = uv.new_timer()
if not timer then
return
end