We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
NaN
Environment:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
Expected behavior
As in Vim, the line should change to "-foo2". It changes to
NaN
, instead.Environment:
The text was updated successfully, but these errors were encountered: