mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:58:00 +01:00
Argh. Fix incomplete commit.
This commit is contained in:
@@ -1381,7 +1381,7 @@ var CommandLine = Module("commandline", {
|
|||||||
if (this.context.waitingForTab || this.wildIndex == -1)
|
if (this.context.waitingForTab || this.wildIndex == -1)
|
||||||
this.complete(true, true);
|
this.complete(true, true);
|
||||||
|
|
||||||
this.wildtypes = wildmode;
|
this.wildtypes = wildmode || options["wildmode"];
|
||||||
let count = Math.abs(offset);
|
let count = Math.abs(offset);
|
||||||
let steps = Math.constrain(this.wildtypes.length - this.wildIndex,
|
let steps = Math.constrain(this.wildtypes.length - this.wildIndex,
|
||||||
1, count);
|
1, count);
|
||||||
|
|||||||
Reference in New Issue
Block a user