Compare commits

..
9 Commits
Author SHA1 Message Date
chylex 8bcb0d116d Set plugin version to chylex-16 2023-09-29 01:39:49 +02:00
chylex d9ae9fa40d Remove update checker 2023-09-29 01:39:48 +02:00
chylex c19f88e5c0 [VIM-696] Restore visual mode after undo/redo, and disable incompatible actions 2023-09-29 01:39:48 +02:00
chylex 03f4fb288d Change matchit plugin to use HTML patterns in unrecognized files 2023-09-29 01:39:48 +02:00
chylex ef27579277 Fix vim-surround not working with multiple cursors
Fixes multiple cursors with vim-surround commands `cs, ds, S` (but not `ys`).
2023-09-29 01:39:48 +02:00
chylex a8a822b58e Add VimScript 'renaming()' function 2023-09-29 01:39:48 +02:00
chylex 9752bd5bbb Add support for repeatable actions with ':raction' 2023-09-29 01:39:48 +02:00
chylex 240d9e0be4 Disable taking over arrow keys and Home/End 2023-09-29 01:39:48 +02:00
chylex 328442544d Set custom plugin version 2023-09-29 01:39:48 +02:00
+2
View File
@@ -16,6 +16,8 @@ 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