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

added google suggestions to tab completion

This commit is contained in:
Martin Stubenschrott
2008-03-31 13:22:47 +00:00
parent 2750f36032
commit 19059a46cb
5 changed files with 25 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ liberator.CommandLine = function () //{{{
"Items which are completed at the :[tab]open prompt",
"charlist", "sfbh",
{
validator: function (value) { return !/[^sfbh]/.test(value); }
validator: function (value) { return !/[^sfbhg]/.test(value); }
});
liberator.options.add(["showmode", "smd"],