You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minimalized example. I stumbled upon this because I am using n within a bigger mapping that changes the match the cursor is on and move to the next match, or moves to the next match if the cursor is currently not on a match and do nothing else. This is a demo:
Let's say we entered a non-existing pattern and press
n
. This produces a simple clean status message:However if we'd do the same through vim-repeat (
:call repeat#set("n")<CR>.
) we get an ugly stack trace:Reproduction steps:
The text was updated successfully, but these errors were encountered: