Can not delete `space` mark
Open
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
If the space mark is set (which is not possible in native vim), there seems to be no way to remove it
To Reproduce
Steps to reproduce the behavior:
- Enable
vim.showMarksInGuttersettings - Go to any line of the currently open file
- Press
m <space> - The mark
spaceis displayed to the left of the current line - There is no way to remove it, even run vim cmd
:delmarks!
Expected behavior
Disable the space mark, or allow vim cmd :delmarks! to remove it
Screenshots
Environment (please complete the following information):
- Extension (VsCodeVim) version: v1.27.2
- VSCode version: v.1.87.0
- OS: Windows 11
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
No source file or test is named. Reproduce the issue with vim.showMarksInGutter enabled by setting the space mark with m <space>, then trace mark display and the :delmarks! command handling; done means the space mark can be removed or disabled and the behavior is covered by a regression test.
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
- Clearly specified
- Newbie friendliness
- 45/100