Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

'b' and 'B' on second digit of number returns to incorrect place #80

Open
mrkanaly opened this issue Aug 30, 2018 · 3 comments
Open

'b' and 'B' on second digit of number returns to incorrect place #80

mrkanaly opened this issue Aug 30, 2018 · 3 comments

Comments

@mrkanaly
Copy link

Using the following tests, the back command can be shown to behave inappropriately. ^ represents the cursor position.

word 8888.8888
      ^
b
word 8888.8888
^

With B

word 8888.8888
      ^
B
word 8888.8888
^

Correct behavior would yield this:

word 8888.8888
      ^
b
word 8888.8888
     ^

Thank you!

@mrkanaly
Copy link
Author

It actually appears to be any second character. I just happened to be editing a ton of numbers in a column at once.

@mrkanaly
Copy link
Author

b during visual selection mode can also not pass special characters like : or ( )

Example (^ is cursor, - is a selected character)

test select:special
^
vEE
test select:special
------------------^
b
test select:special
------------^
b
test select:special
-----------^
b
test select:special
-----------^
bbbbbbbbbb
test select:special
-----------^

@74th
Copy link
Owner

74th commented Sep 2, 2018

OK, I confirmed it has a problem.

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

No branches or pull requests

2 participants