1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:38:12 +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) catch (e)
{ {
return []; return [0, []];
} }
if (tail) if (tail)

View File

@@ -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;