doomemacs/modules/editor
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 Correct map! indentation 2020-05-04 16:53:26 -04:00
file-templates Remove .yas-setup.el for java-mode 2020-05-07 08:28:12 +09:00
fold Bump :editor 2020-04-30 01:28:02 -04:00
format Integrate LSP into +format/{buffer,region} commands 2020-05-08 22:04:59 -04:00
god Bump :editor 2020-04-30 01:28:02 -04:00
lispy Bump :editor 2020-04-30 01:28:02 -04:00
multiple-cursors Fix :mc/REGEXP not placing real cursor in correct position 2020-05-13 15:23:19 -04:00
objed Bump :editor 2020-04-30 01:28:02 -04:00
parinfer Bump :editor 2020-04-30 01:28:02 -04:00
rotate-text Bump :editor 2020-04-30 01:28:02 -04:00
snippets Bump :editor 2020-04-30 01:28:02 -04:00
word-wrap Bump :editor 2020-04-30 01:28:02 -04:00