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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/ktexteditor/commit/1
                   |                            |b08a07265b49be78a55d07904ad
                   |                            |eaabb7b05ab2
         Resolution|---                         |FIXED

--- Comment #2 from Christoph Cullmann <cullm...@kde.org> ---
Git commit 1b08a07265b49be78a55d07904adeaabb7b05ab2 by Christoph Cullmann, on
behalf of Martin Seher.
Committed on 02/03/2022 at 17:13.
Pushed by cullmann into branch 'master'.

vimode: implement hlsearch

This adds vim hlsearch functionality to vimode. All matching patterns
found inside the view visible range will be highlighted when a search is
initiated from vimode.
The feature is turned on by default like in vim.

The following commands have been added:
-) set-hlsearch, set-hls to turn it on (vim :set hls[earch])
-) set-nohlsearch, set-nohls to turn it off (vim :set nohls[earch])
-) nohlseach, noh to hide current highlights (vim :noh[lsearch])
Related: bug 449641

M  +13   -0    src/vimode/cmds.cpp
M  +2    -0    src/vimode/emulatedcommandbar/searchmode.cpp
M  +119  -1    src/vimode/searcher.cpp
M  +24   -1    src/vimode/searcher.h

https://invent.kde.org/frameworks/ktexteditor/commit/1b08a07265b49be78a55d07904adeaabb7b05ab2

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

Reply via email to