mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
add :set validation and completion for 'eventignore' and 'suggestengines'
This commit is contained in:
@@ -142,7 +142,6 @@ liberator.Tabs = function () //{{{
|
||||
|
||||
return value;
|
||||
},
|
||||
validator: function (value) (value >= 0 && value <= 2),
|
||||
completer: function (filter)
|
||||
{
|
||||
return [
|
||||
@@ -151,6 +150,7 @@ liberator.Tabs = function () //{{{
|
||||
["2", "Always show tab bar"],
|
||||
];
|
||||
},
|
||||
validator: function (value) value >= 0 && value <= 2
|
||||
});
|
||||
|
||||
if (liberator.config.name == "Vimperator")
|
||||
|
||||
Reference in New Issue
Block a user