[Vimode] Fix Macro Completion Replay
Ctrl-Space input events are caught by KateViewInternal::eventFilter as a QEvent::ShortcutOverride (and not as a QEvent::KeyPress) so it never reaches InsertVimode::handleKeyPress which is where the completion replay is triggered. BUG: 334032
Loading
Please register or sign in to comment