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

Vim code is inserted when using <c-o>zz in insert mode #70

Closed
nkakouros opened this issue Apr 26, 2020 · 3 comments · Fixed by #77
Closed

Vim code is inserted when using <c-o>zz in insert mode #70

nkakouros opened this issue Apr 26, 2020 · 3 comments · Fixed by #77

Comments

@nkakouros
Copy link
Contributor

Steps to reproduce:

  1. Open a buffer
  2. Enter insert mode
  3. Type: <C-o>zz

What happens:

zz is executed, but you see the text :call context#update('zz') inserted.

What should happen:
zz should be executed and no text inserted.

Tested on latest neovim.

@wellle
Copy link
Owner

wellle commented May 1, 2020

Thank you! I can reproduce this and will look into it 👍

@wellle
Copy link
Owner

wellle commented Jul 11, 2020

@nkakouros: Thanks again, should be fixed now 👍

@nkakouros
Copy link
Contributor Author

Thank you! Such a trivial-looking thing and it needs edits to 3 files to get fixed 😮

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

Successfully merging a pull request may close this issue.

2 participants