Commit Graph
12 Commits
Author SHA1 Message Date
chylex 8a9d9af1bb Set plugin version to chylex-14 2022-12-21 05:29:48 +01:00
chylex b52c331adf [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions 2022-12-21 05:29:48 +01:00
chylex dca254219a Change matchit plugin to use HTML patterns in unrecognized files 2022-12-20 09:00:55 +01:00
chylex c50b8cb5cd 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-12-20 09:00:55 +01:00
chylex 09a86c204d Add VimScript 'renaming()' function 2022-12-20 09:00:55 +01:00
chylex afcbdf3326 Add support for repeatable actions with ':raction' 2022-12-20 09:00:54 +01:00
chylex 663c92e1c5 Disable taking over arrow keys and Home/End 2022-12-20 09:00:54 +01:00
chylex d9674494f5 Set custom plugin version 2022-12-20 09:00:54 +01: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