Parse command `noremap <Space>yy "+yy` error
Opened this issue · 0 comments
listenerri commented
I hava a vimrc config file for Fakevim plugin, there is a map
command in that file:
noremap <Space>yy "+yy
The source code lines below will delete the command contents : "+yy
FakeVim/fakevim/fakevimhandler.cpp
Lines 6589 to 6592 in 4a975a4