VSCodeVim / VSCodeVim/Vim

Normal command does not work when parameters contain double quote

Open
#9,431 1 comment 0 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
When executing normal command with parameters containing double quote, it does not work.

To Reproduce
Steps to reproduce the behavior:

  1. Type text aaaa
  2. Execute normal command with a stroke of :normal I"
  3. No changes are added with editor contents (No error occurred)

Expected behavior
After executing above normal command, the following editor contents are expected.

"aaaa

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.29.0
  • VSCode version: 1.96.2
  • OS: Linux

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

Start by reproducing the :normal I" command in VSCodeVim with the stated VSCode, extension, and Linux environment, then trace the normal-command handling entry point. Done means the command inserts a leading double quote before aaaa without an error.

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
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.