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