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)
|
||||
else
|
||||
vim.cmd [[stopinsert]]
|
||||
vim.fn.feedkeys(cmd)
|
||||
vim.fn.feedkeys(cmd, "n")
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user