Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward range operation by [cdy][BFT] is wrong from Normal Mode #61

Closed
jeffreytse opened this issue Mar 23, 2021 · 0 comments
Closed
Assignees
Labels
bug Something isn't working verified This issue was already verified

Comments

@jeffreytse
Copy link
Owner

jeffreytse commented Mar 23, 2021

Reproduce

  • Open a new terminal.
  • Input .foo.bar.baz. and move cursor to letter r.
  • Stroke <ESC> to enter Normal Mode.
  • Test any backward range operation such as 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).

@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Mar 23, 2021
@jeffreytse jeffreytse self-assigned this Mar 23, 2021
jeffreytse added a commit that referenced this issue Mar 23, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified This issue was already verified
Projects
None yet
Development

No branches or pull requests

1 participant