diff --git a/src/plugins/fakevim/fakevimplugin.cpp b/src/plugins/fakevim/fakevimplugin.cpp
index 1f8300e5658e81702ff886200eb12c06d82c6f5a..c90cd5cca01183cef20e7347320d29a0abf3af0b 100644
--- a/src/plugins/fakevim/fakevimplugin.cpp
+++ b/src/plugins/fakevim/fakevimplugin.cpp
@@ -218,8 +218,7 @@ void FakeVimOptionPage::copyTextEditorSettings()
     m_ui.checkBoxSmartTab->setChecked(ts.m_smartBackspace);
     m_ui.checkBoxAutoIndent->setChecked(true);
     m_ui.checkBoxSmartIndent->setChecked(ts.m_autoIndent);
-    // FIXME: Not present in core
-    //m_ui.checkBoxIncSearch->setChecked(ts.m_incSearch);
+    m_ui.checkBoxIncSearch->setChecked(true);
 }
 
 void FakeVimOptionPage::setQtStyle()