Can not delete `space` mark
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
This is also true for - mark, where trying to delete it with :delmarks - will only result in parsing error, since delmarks only expect - to appear in between alphabet letters.
As far as I can tell, Vim does not support a <Space> mark. The fact that m works with it is the problem, not that :delmarks! doesn't.
Same with -; that's not a valid mark.