1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 19:15:46 +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. // Check if we need to run the completer.
if (this.context.waitingForTab || this.wildIndex == -1) if (this.context.waitingForTab || this.wildIndex == -1)
this.complete(false, true); this.complete(true, true);
if (this.items.length == 0) if (this.items.length == 0)
{ {