Created attachment 127143 [details] Vi-mode in visual mode and the status message. SUMMARY Vi-mode cancels every visual selection after the status message went off. STEPS TO REPRODUCE 1. Select Edit > Input Modes > vi-mode 2. Shift+v to select a line of code 3. Enter ":w" command. 4. Status message now shows "Success: Document written to disk". 5. Wait for the message to go off. OBSERVED RESULT Once the message goes off, vi-mode exits visual mode. That is, the specific line of code is not selected anymore. EXPECTED RESULT The selected text (vim's visual mode) should not be affected by the status message at all. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Fedora KDE KDE Plasma Version: 5.17.5 KDE Frameworks Version: 5.67.0 Qt Version: 5.13.2 ADDITIONAL INFORMATION None
EDIT STEPS TO REPRODUCE 1. Select Edit > Input Modes > vi-mode 2. Enter ":w" command. Status message now shows "Success: Document written to disk" 3. Shift+v to select a line of code (Entering visual mode) 4. Wait for the message to go off.