forked from qt-creator/qt-creator
fakevim: fix the "Quit FakeVim" handler
This commit is contained in:
@@ -543,7 +543,7 @@ void FakeVimPluginPrivate::indentRegion(int *amount, int beginLine, int endLine,
|
|||||||
|
|
||||||
void FakeVimPluginPrivate::quitFakeVim()
|
void FakeVimPluginPrivate::quitFakeVim()
|
||||||
{
|
{
|
||||||
setUseFakeVim(false);
|
theFakeVimSetting(ConfigUseFakeVim)->setValue(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FakeVimPluginPrivate::showCommandBuffer(const QString &contents)
|
void FakeVimPluginPrivate::showCommandBuffer(const QString &contents)
|
||||||
|
@@ -30,6 +30,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <qglobal.h>
|
#include <qglobal.h>
|
||||||
|
|
||||||
|
|
||||||
extern "C" Q_DECL_EXPORT int pluginTest()
|
extern "C" Q_DECL_EXPORT int pluginTest()
|
||||||
{
|
{
|
||||||
int s = 0;
|
int s = 0;
|
||||||
|
Reference in New Issue
Block a user