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