Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.15.0
-
-
e5dd24322fedb28592f5a741b42877da8253465c (qt-creator/qt-creator/master)
Description
This works correctly in QtCreator4.14.1 at least.
How to reproduce :
1. Open any file for editing
2. Split the window using Window -> Split Side by Side or by using :vs
3. Focus the original split
4. Enter a search pattern which leads to multiple matches using "/<pattern>", and include a terminating <Enter>
5. The first match is correctly highlighted, and the cursor is positioned at the start of the search pattern
6. Press n to go to next match
Result:
The problem can be removed by exiting VISUAL mode easily by hitting <Esc>, but a consistent behavior of Vim would be preferable.