1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 00:14:11 +01:00

add 'ignorecase' option

This commit is contained in:
Doug Kearns
2007-09-04 06:21:38 +00:00
parent 690ac4d13b
commit 78fd430086
3 changed files with 26 additions and 14 deletions

View File

@@ -432,6 +432,12 @@ function Options() //{{{
default_value: false
}
));
addOption(new Option(["ignorecase", "ic"], "boolean",
{
short_help: "Ignore case in search patterns",
default_value: false
}
));
addOption(new Option(["incsearch", "is"], "boolean",
{
short_help: "Show where the search pattern matches as it is typed",