forked from qt-creator/qt-creator
fakevim: some refactoring. also, implement QTCREATORBUG-1335
This commit is contained in:
@@ -717,7 +717,13 @@ public:
|
||||
|
||||
static struct GlobalData
|
||||
{
|
||||
GlobalData() { inReplay = false; inputTimer = -1; }
|
||||
GlobalData()
|
||||
{
|
||||
inReplay = false;
|
||||
inputTimer = -1;
|
||||
searchHistoryIndex = 0;
|
||||
commandHistoryIndex = 0;
|
||||
}
|
||||
|
||||
// Input.
|
||||
QVector<Input> pendingInput;
|
||||
|
||||
Reference in New Issue
Block a user