VSCodeVim / VSCodeVim/Vim

":reg" command does not show the vim register content

Open
#8,350 10 comments 14 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
":reg" command does not show the vim register content

To Reproduce

  1. set configuration "vim.useSystemClipboard": false
  2. delete some text with d command to fill the register,
  3. in normal mode type :reg to open register
  4. deleted text is supposed to be the register, but nothing is displayed.

Expected behavior
deleted text is supposed to be the register, but nothing is displayed.

Screenshots
image

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.25.2
  • VSCode version: 1.77.0
  • OS: Windows 11 2022H2

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 VSCode with "vim.useSystemClipboard" set to false: delete text with d, then run :reg in normal mode. Trace the register display entry point and verify that deleted text appears in the register view when the command is used.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.