mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:32:27 +01:00
Fix <Tab> substring completion
This commit is contained in:
@@ -891,7 +891,7 @@ function CommandLine() //{{{
|
|||||||
else if (full)
|
else if (full)
|
||||||
compl = completions.items[completionIndex][0];
|
compl = completions.items[completionIndex][0];
|
||||||
else if (completions.items.length == 1)
|
else if (completions.items.length == 1)
|
||||||
compl = completion.items[0][0];
|
compl = completions.items[0][0];
|
||||||
|
|
||||||
if (compl)
|
if (compl)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user