This commit is contained in:
hrsh7th
2021-08-25 03:21:18 +09:00
parent 0d97bfc875
commit 3862af1474
2 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ keymap.feedkeys = setmetatable({
}, {
__call = function(self, keys, mode, callback)
if #keys ~= 0 then
vim.fn.feedkeys(keymap.t(keys), mode)
vim.fn.feedkeys(keys, mode)
end
if callback then