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

Incrementing / Decrementing numbers doesn't work when it's after a minus sign and a word #3057

Closed
jiripospisil opened this issue Sep 17, 2018 · 0 comments · Fixed by #3113
Closed
Labels

Comments

@jiripospisil
Copy link

Describe the bug

Incrementing / Decrementing numbers doesn't work when the number is after a minus sign and a word.

To Reproduce

Have the following content in a buffer and press ctrl+a:

-foo1

Expected behavior

As in Vim, the line should change to "-foo2". It changes to NaN, instead.

Environment:

  • Extension (VsCodeVim) version: 0.16.4
  • VSCode version: 1.27.2
  • OS: macOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants