Skip to content

Commit 2e3e65b

Browse files
committedJan 3, 2023
fix(keys): operator
1 parent cdb998c commit 2e3e65b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lua/lazy/core/handler/keys.lua

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function M.retrigger(keys)
2424
c = type(c) == "number" and vim.fn.nr2char(c) or c
2525
pending = pending .. c
2626
end
27+
local op = vim.v.operator
2728
if op and op ~= "" then
2829
keys = "<esc>" .. op .. keys
2930
end

0 commit comments

Comments
 (0)
Please sign in to comment.