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

Ctrl+A and Ctrl+X when cursor placed after only number #1588

Closed
sebnyberg opened this issue Apr 27, 2017 · 1 comment
Closed

Ctrl+A and Ctrl+X when cursor placed after only number #1588

sebnyberg opened this issue Apr 27, 2017 · 1 comment

Comments

@sebnyberg
Copy link

sebnyberg commented Apr 27, 2017

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


What did you do?

Editing a JSON file with the following content

{
   id: 1,
   someOtherId: 1
}

Press j + $ to bring the cursor to end of the first line, then press Ctrl + A

What did you expect to happen?

Nothing, the cursor was not in the correct position (before or over the last number in the current line).

What happened instead?

{
    id: 1,
    id: 2,: 1, 
}

Technical details:

  • VSCode Version: 1.11.2
  • VsCodeVim Version: 0.6.20
  • OS: Windows 10
@Chillee
Copy link
Member

Chillee commented May 1, 2017

Bizarre. That's definitely a bug. Thanks!

@johnfn johnfn closed this as completed in 516ac06 May 1, 2017
johnfn added a commit that referenced this issue May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants