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 commit fixed the issue that we got unexpected behavior of
backspace key in replacing mode by pressing `R`, the correct
behavior is that the replaced character should be recovered, and
if no more character should be recovered, the cursor should be
moved backward.
Reproduce
R
andww
.<Backspace>
to undo the replaceResult
The replaced character was deleted as below.
Expected behavior
The replaced character should be recovered.
The text was updated successfully, but these errors were encountered: