1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 04:42:46 +02:00
IntelliJ-IdeaVim/tests/java-tests
Alex Plate d37898b6d3
Fix(VIM-3234): The space character won't mix in the tab chars after >> and << commands
Because of some reason, the visual position function from the platform starts to return an incorrect column for offsets with tabs. Maybe this is a correct behaviour for the platform, but for IdeaVim it breaks the calculation of the current caret position.

The visual position for calculating the shift was used since 2003, but there is no specific reason to use it and not the buffer (logical) position. So, since it started to cause issues, it's replaced with the buffer position.
2024-02-17 08:54:42 +02:00
..
src/test/kotlin/org/jetbrains/plugins/ideavim Fix(VIM-3234): The space character won't mix in the tab chars after >> and << commands 2024-02-17 08:54:42 +02:00
build.gradle.kts Disable runIde task for test subprojects 2024-02-13 19:18:18 +02:00