https://bugs.kde.org/show_bug.cgi?id=454312
Ismael Asensio <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.28 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/ktexteditor/-/commit | |/6f6cbc7f0f15c919b30ddf4e04 | |044e8a0944e461 Resolution|--- |FIXED --- Comment #4 from Ismael Asensio <[email protected]> --- Git commit 6f6cbc7f0f15c919b30ddf4e04044e8a0944e461 by Ismael Asensio. Committed on 24/06/2026 at 22:21. Pushed by iasensio into branch 'master'. vi-mode: Fix command range for mouse selection The code that processes mouse selection on vi visual mode was setting the command range to one character less than the mouse selection, apparently to correct an issue that seems no longer true. Remove this over-correction to fix the current bug. Also modify some test cases, which seemed to assume the previous behavior but considered it weird according to the comments. FIXED-IN: 6.28 M +2 -2 autotests/src/vimode/keys.cpp M +2 -2 autotests/src/vimode/modes.cpp M +0 -2 src/vimode/modes/visualvimode.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/6f6cbc7f0f15c919b30ddf4e04044e8a0944e461 -- You are receiving this mail because: You are watching all bug changes.
