doomemacs/modules/editor/multiple-cursors/autoload
Henrik Lissner abb9ab7674
Fix :mc/REGEXP not placing real cursor in correct position
With ':mc/abc' we should get

  a b c
  a b [a]bc
  a [a]bc c
  [a]bc b c
  a b c

Instead, we got

  a b c
  a b abc
  a [a]bc c
  [a]bc b c
  a b c

And the real cursor would be somewhere else (on the same column it was
left in when you were in visual mode).
2020-05-13 15:23:19 -04:00
..
evil-mc.el Fix :mc/REGEXP not placing real cursor in correct position 2020-05-13 15:23:19 -04:00