mg979 / vim-visual-multi

Multiple cursors plugin for vim/neovim
MIT License
4.28k stars 82 forks source link

Backslashes are shown while editing with multiple cursors #238

Open luccascorrea opened 1 year ago

luccascorrea commented 1 year ago

Describe the issue: When I use multiple cursors and move around or make changes, some backslash characters appear, I'm not sure why. Please see the GIF.

Steps to reproduce

multi

Here's the sequence of keystrokes in the gif:

vlll<C-n><C-n><tab>hhh<tab>llllllc

As you can see above, a green backslash is shown on the right. This is just one example where this happens but it's happened to me in other situations such as when moving around while multiple cursors are active.


luccascorrea commented 1 year ago

Here's another example where the backslashes are on top of the actual characters:

multi2

And here's the sequence of keystrokes in the gif:

vlll<C-n><C-n><tab>hhh<tab>llllllhhhhh
mg979 commented 1 year ago

Is it reproducible with a minimal config?