1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-29 01:34:10 +02:00
IntelliJ-IdeaVim/vim-engine
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 Fix move command moving to current line 2024-06-03 11:54:48 +03:00
build.gradle.kts Bump org.mockito.kotlin:mockito-kotlin from 5.2.1 to 5.3.1 2024-04-10 18:33:14 +03:00
Evolution.md Add update to the evolution 2022-12-02 12:03:58 +02:00
gradle.properties Set up publishing of the vim-engine library 2023-07-20 16:50:14 +03:00