mg979 / vim-visual-multi

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

CurSearch highlight is not cleared #273

Open saecki opened 3 months ago

saecki commented 3 months ago

Describe the issue: when a highlight is set for CurSearch it isn't cleared with the other Search highlights. This results in the following situation when moving the visual selection: image

Steps to reproduce

  1. define a highlight for example: hi CurSearch ctermbg=red
  2. start a selection with <c-n>
  3. move the cursor left by pressing h