1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-13 11:32:09 +02:00

Compare commits

..

9 Commits

Author SHA1 Message Date
2e8f0da0e4 Set plugin version to chylex-16 2023-09-28 01:08:23 +02:00
3659aabb70 Remove update checker 2023-09-28 01:07:25 +02:00
7490c270d4 [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions 2023-09-28 01:07:25 +02:00
e2f6f0d5bc Change matchit plugin to use HTML patterns in unrecognized files 2023-09-28 01:07:25 +02:00
15124fd7dd Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2023-09-28 01:07:25 +02:00
4de683db34 Add VimScript 'renaming()' function 2023-09-28 01:07:25 +02:00
5a9c8345cc Add support for repeatable actions with ':raction' 2023-09-28 01:07:24 +02:00
69229fca8c Disable taking over arrow keys and Home/End 2023-09-28 01:07:24 +02:00
03bcceb09b Set custom plugin version 2023-09-28 01:07:24 +02:00

View File

@@ -16,8 +16,6 @@ javaVersion=17
remoteRobotVersion=0.11.17 remoteRobotVersion=0.11.17
antlrVersion=4.10.1 antlrVersion=4.10.1
kotlin.incremental.useClasspathSnapshot=false
# Please don't forget to update kotlin version in buildscript section # Please don't forget to update kotlin version in buildscript section
kotlinVersion=1.8.21 kotlinVersion=1.8.21
publishToken=token publishToken=token