mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 14:22:27 +01:00
Better option completion/validation.
This commit is contained in:
@@ -162,7 +162,7 @@ function Buffer() //{{{
|
||||
["1", "Show the link in the status line"],
|
||||
["2", "Show the link in the command line"]
|
||||
],
|
||||
validator: function (value) value >= 0 && value <= 2
|
||||
validator: options.validateCompleter
|
||||
});
|
||||
|
||||
options.add(["usermode", "um"],
|
||||
|
||||
Reference in New Issue
Block a user