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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user