Merge branch 'folke:main' into main

This commit is contained in:
Liquid_system 2023-01-04 17:28:15 +09:00 committed by GitHub
commit cf4ca0a773
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,6 @@ function M.retrigger(keys)
if vim.v.count ~= 0 then if vim.v.count ~= 0 then
feed = vim.v.count .. feed feed = vim.v.count .. feed
end end
vim.notify(feed)
vim.api.nvim_input(feed) vim.api.nvim_input(feed)
end end