fix(builtin.commands): action error caused by remapping : (#1972)

This commit is contained in:
iwataka
2022-05-29 19:52:40 +09:00
committed by GitHub
parent cd9e6aaee0
commit 54be102e20

View File

@@ -349,7 +349,7 @@ internal.commands = function(opts)
vim.cmd(cmd)
else
vim.cmd [[stopinsert]]
vim.fn.feedkeys(cmd)
vim.fn.feedkeys(cmd, "n")
end
end)