mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 07:45:47 +01:00
Merge?
This commit is contained in:
@@ -394,6 +394,7 @@ function CommandLine() //{{{
|
|||||||
else
|
else
|
||||||
numElementsNeeded = reverse ? this.selected : this.selected + 2; // this.selected is zero-based
|
numElementsNeeded = reverse ? this.selected : this.selected + 2; // this.selected is zero-based
|
||||||
|
|
||||||
|
|
||||||
if (this.context.waitingForTab || this.wildIndex == -1)
|
if (this.context.waitingForTab || this.wildIndex == -1)
|
||||||
{
|
{
|
||||||
this.complete(true, true);
|
this.complete(true, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user