Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.
This repository was 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

@mrkanaly

Description

@mrkanaly

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions