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 a backward range operation by
[cdy][BFT] from Normal Mode isn't correct, it shouldn't include
the letter at cursor position.
Reproduce
.foo.bar.baz.
and move cursor to letterr
.<ESC>
to enter Normal Mode.dTf
.Result
The content will be changed to
.f.baz
, in fact, the content should be.fr.baz
, it shouldn't include the letter at cursor position (i.e.r
).The text was updated successfully, but these errors were encountered: