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)
|
||||
{
|
||||
return [];
|
||||
return [0, []];
|
||||
}
|
||||
|
||||
if (tail)
|
||||
|
||||
Reference in New Issue
Block a user