diff --git a/common/content/commandline.js b/common/content/commandline.js index 45bfb6a1..82469616 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1381,7 +1381,7 @@ var CommandLine = Module("commandline", { if (this.context.waitingForTab || this.wildIndex == -1) this.complete(true, true); - this.wildtypes = wildmode; + this.wildtypes = wildmode || options["wildmode"]; let count = Math.abs(offset); let steps = Math.constrain(this.wildtypes.length - this.wildIndex, 1, count);