Parse command `noremap <Space>yy "+yy` error
Open
- Dominant language
- C++
- Stars
- 183
- Forks
- 31
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 2
Description
I hava a vimrc config file for Fakevim plugin, there is a `map` command in that file:
```
noremap yy "+yy
```
The source code lines below will delete the command contents : `"+yy`
https://github.com/hluk/FakeVim/blob/4a975a459027c37ba7b89e8610152ee42ec6c677/fakevim/fakevimhandler.cpp#L6589-L6592
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.