https://bugs.kde.org/show_bug.cgi?id=376934

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/ktexteditor/commit/d
                   |                            |d7fd88eb5084fecd08626e0e82b
                   |                            |5007dac50eba
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Christoph Cullmann <cullm...@kde.org> ---
Git commit dd7fd88eb5084fecd08626e0e82b5007dac50eba by Christoph Cullmann, on
behalf of Jan Paul Batrina.
Committed on 02/01/2021 at 14:11.
Pushed by cullmann into branch 'master'.

[Vimode]Fix search inside fold ranges

Jumping to search matches in vimode (n/N) are implemented as motions and they
are handled by NormalViMode::handleKeyPress which excludes code folds when
jumping to lines. This works fine for most motions (e.g. jkG should skip folds
to be consistent with Normal Kate mode), but introduces problems when matching
searches as the cursor will be placed in position without the range being
unfolded.

M  +12   -7    src/vimode/modes/normalvimode.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/dd7fd88eb5084fecd08626e0e82b5007dac50eba

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to