VSCodeVim / VSCodeVim/Vim

Vim plugin does not repeat the previous paste operation when using the dot command (.)

Open
#8,490 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Describe the bug
The Vim plugin in VSCode does not repeat the previous paste operation when using the dot command (.) after entering insert mode and pasting copied text.

To Reproduce
Steps to reproduce the behavior:

  1. Copy a piece of text.
  2. Press i to enter insert mode.
  3. Press Command + V to paste the previously copied text.
  4. Press Esc to return to normal mode.
  5. Press . to repeat the previous operation (pasting).

Expected behavior
The Vim plugin in VSCode should repeat the paste operation when pressing . after entering insert mode and pasting copied text.

Screenshots
N/A

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.25.2
  • VSCode version: 1.79.2
  • OS: macos 13.4.1

Additional context
Add any other context about the problem here.

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.

Research direction

Reproduce the issue in the VSCode Vim extension using the listed insert-mode paste and dot-command steps on the reported macOS and VSCode versions. Trace how the Vim plugin records insert-mode paste operations; done means pressing . after Esc repeats the paste operation.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.