mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-29 17:32:30 +00:00
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