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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user