fakevim: fix the "Quit FakeVim" handler

This commit is contained in:
hjk
2009-04-14 14:42:46 +02:00
parent 254aa303ff
commit 883a7ffdbc
2 changed files with 2 additions and 1 deletions

View File

@@ -543,7 +543,7 @@ void FakeVimPluginPrivate::indentRegion(int *amount, int beginLine, int endLine,
void FakeVimPluginPrivate::quitFakeVim()
{
setUseFakeVim(false);
theFakeVimSetting(ConfigUseFakeVim)->setValue(false);
}
void FakeVimPluginPrivate::showCommandBuffer(const QString &contents)