1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 05:55:46 +01:00
This commit is contained in:
Kris Maglione
2009-01-06 22:08:10 -05:00
parent 0cb74ad157
commit 401ea91063

View File

@@ -394,6 +394,7 @@ function CommandLine() //{{{
else
numElementsNeeded = reverse ? this.selected : this.selected + 2; // this.selected is zero-based
if (this.context.waitingForTab || this.wildIndex == -1)
{
this.complete(true, true);