https://bugs.kde.org/show_bug.cgi?id=503455
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/ktexteditor/-/commit | |/6b88616baf6b66c941d9f4ef84 | |f6277da07519df Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Waqar Ahmed <waqar....@gmail.com> --- Git commit 6b88616baf6b66c941d9f4ef84f6277da07519df by Waqar Ahmed. Committed on 01/06/2025 at 09:42. Pushed by cullmann into branch 'master'. Fix m_marks not initialized This got lost during refactorings years ago The bigger problem here is that we have 2 copies of this class, one in ViMode and this one. The ViMode one seems to be the maintained variant so we should drop this class soon and use the same class everywhere. M +22 -0 autotests/src/kateview_test.cpp M +1 -0 autotests/src/kateview_test.h M +1 -0 src/utils/katecommandrangeexpressionparser.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/6b88616baf6b66c941d9f4ef84f6277da07519df -- You are receiving this mail because: You are watching all bug changes.