Commit Graph
13 Commits
Author SHA1 Message Date
chylex 8e162bce95 Set plugin version to chylex-15 2023-01-02 01:16:20 +01:00
chylex 2cdd62371e Remove update checker 2023-01-02 01:16:19 +01:00
chylex d461f61438 [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions 2023-01-02 01:10:45 +01:00
chylex de7fe30a97 Change matchit plugin to use HTML patterns in unrecognized files 2023-01-02 01:10:44 +01:00
chylex 6d80c21344 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
2023-01-02 01:10:44 +01:00
chylex a57a80442c Add VimScript 'renaming()' function 2023-01-02 01:10:44 +01:00
chylex 866e6dc831 Add support for repeatable actions with ':raction' 2023-01-02 01:10:44 +01:00
chylex f11bb12f19 Disable taking over arrow keys and Home/End 2023-01-02 01:10:44 +01:00
chylex 70ea1bd46f Set custom plugin version 2023-01-02 01:10:44 +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