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

Fix completions with wop-=auto

This commit is contained in:
Kris Maglione
2008-12-05 15:09:50 -05:00
parent 19f00cfaca
commit 704493c646

View File

@@ -302,7 +302,7 @@ function CommandLine() //{{{
{
// Check if we need to run the completer.
if (this.context.waitingForTab || this.wildIndex == -1)
this.complete(false, true);
this.complete(true, true);
if (this.items.length == 0)
{