1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:47:59 +01:00

fixed :open http://<tab> completion

This commit is contained in:
Martin Stubenschrott
2008-03-27 16:12:57 +00:00
parent 27b87b38af
commit 6d514074ec
2 changed files with 1 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ liberator.Completion = function () //{{{
}
catch (e)
{
return [];
return [0, []];
}
if (tail)

View File

@@ -597,7 +597,6 @@ liberator.CommandLine = function () //{{{
if (completionIndex == UNINITIALIZED)
{
completionStartIndex = 0;
completionIndex = -1;
wildIndex = 0;