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

db off-by-one #397

Closed
infogulch opened this issue Jul 5, 2016 · 1 comment
Closed

db off-by-one #397

infogulch opened this issue Jul 5, 2016 · 1 comment

Comments

@infogulch
Copy link
Contributor

Typing db in normal mode behaves differently from vim.

Here I'm surrounding a character with underscores to indicate the location of the cursor. (E.g. x_y_z represents the cursor on character y in string xyz.) These examples use the string abc 123 and start with the cursor on 1:

In vscodevim (v0.0.28), typing db does this:

abc _1_23 -> a_2_3

In vim:

abc _1_23 -> _1_23

@jpoon jpoon added the kind/bug label Jul 5, 2016
rebornix added a commit to rebornix/Vim that referenced this issue Jul 8, 2016
@jpoon jpoon closed this as completed in 5587de0 Jul 8, 2016
@infogulch
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants