Commit Graph
12 Commits
Author SHA1 Message Date
chylex 9f469d0eb2 Set plugin version to chylex-13 2022-10-24 02:18:35 +02:00
chylex f59d2f769c Stop IdeaVIM blocking editor scrolling 2022-10-24 02:18:35 +02:00
chylex dc00b59733 Change matchit plugin to use HTML patterns in unrecognized files 2022-10-24 02:11:31 +02:00
chylex bc20e6af9c Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).

 Conflicts:
	src/main/java/com/maddyhome/idea/vim/extension/surround/VimSurroundExtension.kt
2022-10-24 02:09:43 +02:00
chylex c40f07714a Add VimScript 'renaming()' function 2022-10-24 02:04:59 +02:00
chylex fa68842c2d Add support for repeatable actions with ':raction' 2022-10-24 02:04:59 +02:00
chylex eca9258607 Disable taking over arrow keys and Home/End 2022-10-24 02:04:26 +02:00
chylex 46fb030977 Set custom plugin version 2022-10-24 02:04:25 +02:00
chylexandAlex Pláte c7b51b7fa5 Implement partial code completion support in macros
Works ok with insertions (Enter, Ctrl+Enter) but not with replacements (Tab)
2022-07-22 10:02:23 +03:00
chylexandAlex Pláte b50197f7ce Fix(VIM-2227): Wrong behavior when deleting / changing surround with invalid character 2022-06-23 18:19:28 +03:00
chylexandAlex Pláte b6d84e0e66 Fix compile errors in unit tests on Windows 2021-12-01 09:37:24 +03:00
chylexandAlex Pláte 637ae21089 [VIM-2255] Missing reload icon in .ideavimrc on Windows 2021-10-29 10:09:48 +03:00