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

Bugging interaction with tomtom/tcomment_vim plugin #69

Closed
anuvyklack opened this issue May 13, 2021 · 3 comments
Closed

Bugging interaction with tomtom/tcomment_vim plugin #69

anuvyklack opened this issue May 13, 2021 · 3 comments

Comments

@anuvyklack
Copy link

A found a new bug.

Steps to reproduce:

  1. Install tomtom/tcomment_vim
  2. Open Neovim, set new mark by pressing (for example) ma in any line.
  3. Type gcc to comment / uncomment current line.
  4. Pres `a to jump to mark a.

I use Neovim from the terminal and after these steps, my shell completely hangs.

@folke
Copy link
Owner

folke commented May 13, 2021

Something really odd is happening here.

Similarly if you trigger the registers, it's all messed up.

Investigating this further. Really something funky going on here

@folke
Copy link
Owner

folke commented May 13, 2021

I think I was able to fix it. It had something todo with the < mark (start of visual selection). Internally we needed to handle that as <lt> instead. Should be fixed now.

@anuvyklack
Copy link
Author

Seems it works now. Thank you!

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

2 participants