Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse command noremap <Space>yy "+yy error #59

Open
listenerri opened this issue Sep 10, 2021 · 0 comments
Open

Parse command noremap <Space>yy "+yy error #59

listenerri opened this issue Sep 10, 2021 · 0 comments

Comments

@listenerri
Copy link

listenerri commented Sep 10, 2021

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

// remove comment
int i = nextline.lastIndexOf('"');
if (i != -1)
nextline = nextline.remove(i, nextline.size() - i);

@listenerri listenerri changed the title Parse noremap <Space>yy "+yy error Parse config file command noremap <Space>yy "+yy error Sep 10, 2021
@listenerri listenerri changed the title Parse config file command noremap <Space>yy "+yy error Parse command noremap <Space>yy "+yy error Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant