fix(builtin.commands): action error caused by remapping : (#1972)
This commit is contained in:
@@ -349,7 +349,7 @@ internal.commands = function(opts)
|
|||||||
vim.cmd(cmd)
|
vim.cmd(cmd)
|
||||||
else
|
else
|
||||||
vim.cmd [[stopinsert]]
|
vim.cmd [[stopinsert]]
|
||||||
vim.fn.feedkeys(cmd)
|
vim.fn.feedkeys(cmd, "n")
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user