1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-17 07:42:46 +02:00
IntelliJ-IdeaVim/tests/java-tests
Matt Ellis a2bfe950fa Fix move command moving to current line
Removes a workaround that would break moving a range to the current line because it would always move the caret to the start of the range. Now positions the caret to the start of the selection if there is one. This also means we can remove the SAVE_VISUAL flag from JoinLinesCommand

Fixes VIM-2936
2024-06-03 11:54:48 +03:00
..
src/test/kotlin/org/jetbrains/plugins/ideavim Fix move command moving to current line 2024-06-03 11:54:48 +03:00
build.gradle.kts Disable plugin verifier for tests 2024-03-12 09:34:55 +02:00