mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-02 05:33:32 +02:00
Refactor 'followhints' validator definition.
This commit is contained in:
@@ -806,7 +806,7 @@ function Hints() //{{{
|
|||||||
["1", "Follow the selected hint on [m]<Return>[m]."],
|
["1", "Follow the selected hint on [m]<Return>[m]."],
|
||||||
["2", "Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected."]
|
["2", "Follow the selected hint on [m]<Return>[m] only it's been [m]<Tab>[m]-selected."]
|
||||||
],
|
],
|
||||||
validator: function (value) Option.validateCompleter
|
validator: Option.validateCompleter
|
||||||
});
|
});
|
||||||
|
|
||||||
options.add(["hintmatching", "hm"],
|
options.add(["hintmatching", "hm"],
|
||||||
|
|||||||
Reference in New Issue
Block a user