mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 06:32:26 +01:00
Fix: not show match number of completion in statusline
This commit is contained in:
@@ -1363,7 +1363,7 @@ const CommandLine = Module("commandline", {
|
|||||||
this.wildIndex = util.Math.constrain(this.wildIndex + 1, 0, this.wildtypes.length - 1);
|
this.wildIndex = util.Math.constrain(this.wildIndex + 1, 0, this.wildtypes.length - 1);
|
||||||
this.preview();
|
this.preview();
|
||||||
|
|
||||||
this._statusTimer.tell();
|
commandline._statusTimer.tell();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.items.length == 0)
|
if (this.items.length == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user