1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-19 04:42:46 +02:00
IntelliJ-IdeaVim/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
..
java-tests Fix(VIM-3234): The space character won't mix in the tab chars after >> and << commands 2024-02-17 08:54:42 +02:00
long-running-tests Disable runIde task for test subprojects 2024-02-13 19:18:18 +02:00
property-tests Disable runIde task for test subprojects 2024-02-13 19:18:18 +02:00
ui-fixtures Remove intellij plugin dependency for UI tests 2024-02-13 12:59:13 +02:00
ui-ij-tests Remove intellij plugin dependency for UI tests 2024-02-13 12:59:13 +02:00
ui-py-tests Wait longer for the python console to intialize 2024-02-13 14:56:14 +02:00