mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:58:00 +01:00
fixed :open http://<tab> completion
This commit is contained in:
@@ -253,7 +253,7 @@ liberator.Completion = function () //{{{
|
||||
}
|
||||
catch (e)
|
||||
{
|
||||
return [];
|
||||
return [0, []];
|
||||
}
|
||||
|
||||
if (tail)
|
||||
|
||||
@@ -597,7 +597,6 @@ liberator.CommandLine = function () //{{{
|
||||
if (completionIndex == UNINITIALIZED)
|
||||
{
|
||||
completionStartIndex = 0;
|
||||
|
||||
completionIndex = -1;
|
||||
wildIndex = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user