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
n is a functionality of evil for searching for text occurences, * is a functionality of auto-highlight-symbol to look for symbols. So what you described seems a normal behaviour for me, but having n repeating the last ahs search may be an improvement 😄
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
With this document, pointer at |:
Expected: Only one match as before, n doesn't move the point
Actual: Two matches, n moves to the second match.
Apparently * performs the equivalent of
/\<foo\>
, whereas n just does/foo
.The text was updated successfully, but these errors were encountered: