Git commit 7acf83ca944bbec6f970d00d2f0de2f64c5a83d7 by Simon St James. Committed on 17/06/2016 at 08:14. Pushed by sstjames into branch 'master'. Whoops - fix intermittent crashes by calling setViInputModeManager() on m_i= nteractiveSedReplaceMode when it changes. M +1 -0 src/vimode/emulatedcommandbar/emulatedcommandbar.cpp http://commits.kde.org/ktexteditor/7acf83ca944bbec6f970d00d2f0de2f64c5a83d7 diff --git a/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp b/src/vim= ode/emulatedcommandbar/emulatedcommandbar.cpp index f720fe8..b18120b 100644 --- a/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp +++ b/src/vimode/emulatedcommandbar/emulatedcommandbar.cpp @@ -379,6 +379,7 @@ void EmulatedCommandBar::setViInputModeManager(InputMod= eManager *viInputModeMana m_viInputModeManager =3D viInputModeManager; m_searchMode->setViInputModeManager(viInputModeManager); m_commandMode->setViInputModeManager(viInputModeManager); + m_interactiveSedReplaceMode->setViInputModeManager(viInputModeManager); } = void EmulatedCommandBar::hideAllWidgetsExcept(QWidget* widgetToKeepVisible)