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
Previously, with the cursor on an empty line `evil-find-char` would
continue searching on the next line. This was because `forward-char`
would advance to the next line, after which the `search-forward` bound
would be wrongly calculated.
Co-authored-by: Tom Dalziel <tom_dl@hotmail.com>
0 commit comments