mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 20:25:46 +01:00
document that incremental searching doesn't search backwards when using ?
This commit is contained in:
@@ -441,6 +441,7 @@ function Options() //{{{
|
||||
addOption(new Option(["incsearch", "is"], "boolean",
|
||||
{
|
||||
short_help: "Show where the search pattern matches as it is typed",
|
||||
help: "NOTE: Incremental searching currently only works in the forward direction.",
|
||||
default_value: true
|
||||
}
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user