| Summary: |
Confirming search in VI-Input mode in insert mode creates a spurious linebreak before search result |
| Product: |
[Applications] kate
|
Reporter: |
Andreas <hohenegger> |
| Component: |
Vi Input Mode | Assignee: |
KWrite Developers <kwrite-bugs-null> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
CC: |
christoph
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
21.12.2 | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
https://invent.kde.org/frameworks/ktexteditor/commit/544659a0cfdd9afc545c18174063fd1c07f1c2d4
|
Version Fixed/Implemented In:
|
5.93.0
|
|
Sentry Crash Report:
|
|
| |
SUMMARY When confirming search in VI-Input mode with Enter a spurious linebreak is inserted before the search result. That happens STEPS TO REPRODUCE 1. Enable VI-Input mode (with or without kate shortcuts overriding vim . 2. Put the editor in insert mode ("i") and type some text. 3. Perform a search for entered text selecting "Find" from the menu (not with "/" since you are still in input mode). 4. Confirm with enter to return to the editor window. OBSERVED RESULT Cursor is in editor window after a new linebreak. The search result follows. EXPECTED RESULT Cursor is in editor window in front of search result, but no new linebreak has been created. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Neon. ADDITIONAL INFORMATION None.