1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 15:02:28 +01:00

Fix: not show match number of completion in statusline

This commit is contained in:
teramako
2009-11-09 23:41:52 +09:00
parent 1bad5ccc1a
commit fd80fab39f

View File

@@ -1363,7 +1363,7 @@ const CommandLine = Module("commandline", {
this.wildIndex = util.Math.constrain(this.wildIndex + 1, 0, this.wildtypes.length - 1);
this.preview();
this._statusTimer.tell();
commandline._statusTimer.tell();
}
if (this.items.length == 0)