fakevim: hide fakevim statusbar on :q!

This commit is contained in:
hjk
2009-03-23 11:36:21 +01:00
parent b75deb9aed
commit b81eb94f94

View File

@@ -338,7 +338,7 @@ void FakeVimPluginPrivate::removeHandler()
handler->restoreWidget();
handler->deleteLater();
}
Core::EditorManager::instance()->hideEditorInfoBar(
Core::EditorManager::instance()->hideEditorStatusBar(
QLatin1String(Constants::MINI_BUFFER));
}