Repeated commands that insert white space at from of line doesn't work
Open
Nobody has claimed this yet.
kind/bug
size/S
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Run: I\t\t<esc>...
It successfully inserts tabs in the first part (the I\t\t<esc> block), but repeating the command with ... does not successfully append 2 tabs to the front of the line.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the exact I\t\t<esc>... sequence in VSCodeVim and compare the initial insertion with the repeated command. Trace the command-repeat handling used by the extension; done means repeating the command appends two tabs to the front of the line as reported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100