fix(builtin.commands): don't remap for feedkeys (#3087)
This commit is contained in:
@@ -394,7 +394,7 @@ internal.commands = function(opts)
|
|||||||
cmd = cmd .. cr
|
cmd = cmd .. cr
|
||||||
end
|
end
|
||||||
vim.cmd [[stopinsert]]
|
vim.cmd [[stopinsert]]
|
||||||
vim.api.nvim_feedkeys(cmd, "t", false)
|
vim.api.nvim_feedkeys(cmd, "nt", false)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|||||||
Reference in New Issue
Block a user