`<C-a>` increment does not work at 07

Open
#6,693 4 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript, vscode
Domain
tooling

Research direction

No source file or test is named in the issue. Reproduce the behavior by entering 07 and pressing C-a, then trace the VSCodeVim handling for this key sequence and numeric increment; done means the displayed value is 08 rather than 010.

Written by the indexing model from the issue text.

Description

kind/bug

Describe the bug
Using the key sequence C-a I expect the count to increment, but at 07 it does not increment to 08

To Reproduce
Steps to reproduce the behavior:

  1. Write 07
  2. Press C-a
  3. 010 is shown

Expected behavior
08 should be shown, because that is the next increment of 07

  • Extension (VsCodeVim) version: v1.20.3
  • VSCode version: 1.52.1
  • OS: big sur 11.4

Additional context
Add any other context about the problem here.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from VSCodeVim/Vim

All issues in VSCodeVim/Vim

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.