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

Unexpected behavior of [cdy]l when cursor is at the end of line #82

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

Comments

@jeffreytse
Copy link
Owner

Reproduce

  • Open a new terminal.
  • Input the content "abc".
  • Put the cursor at "c".
  • Press dl (or cl, etc) from normal mode.

Result

The "c" doesn't be deleted.

Expected behavior

  • c should be deleted
@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Apr 1, 2021
@jeffreytse jeffreytse self-assigned this Apr 1, 2021
jeffreytse added a commit that referenced this issue Apr 1, 2021
This commit fixed the issue that using `[cdy]l` from normal mode
should delete a character when the cursor is at the end of line.
jeffreytse added a commit that referenced this issue Apr 1, 2021
This commit fixed the issue that using `[cdy]l` from normal mode
should delete a character when the cursor is at the end of line.
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