mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 20:24:12 +01:00
add 'hlsearch' option
This commit is contained in:
@@ -425,6 +425,13 @@ function Options() //{{{
|
||||
default_value: DEFAULT_HINTTAGS
|
||||
}
|
||||
));
|
||||
addOption(new Option(["hlsearch", "hls"], "boolean",
|
||||
{
|
||||
short_help: "Highlight previous search pattern matches",
|
||||
setter: function(value) { if (value) vimperator.search.highlight(); else vimperator.search.clear(); },
|
||||
default_value: false
|
||||
}
|
||||
));
|
||||
addOption(new Option(["maxhints", "mh"], "number",
|
||||
{
|
||||
short_help: "Maximum number of simultaneously shown hints",
|
||||
|
||||
Reference in New Issue
Block a user