mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 11:25:46 +01:00
document that incremental searching doesn't search backwards when using ?
This commit is contained in:
@@ -955,7 +955,8 @@ function Mappings() //{{{
|
||||
usage: ["?{pattern}[?]<CR>"],
|
||||
help: "Search backward for the first occurance of <code class=\"argument\">{pattern}</code>.<br/>" +
|
||||
"When '\\c' appears anywhere in the pattern the whole pattern is handled as though <code class=\"option\">'ignorecase'</code> is on. " +
|
||||
"'\\C' forces case-sensitive matching for the whole pattern."
|
||||
"'\\C' forces case-sensitive matching for the whole pattern.<br/>" +
|
||||
"NOTE: incremental searching currenly only works in the forward direction."
|
||||
}
|
||||
));
|
||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["n"],
|
||||
|
||||
Reference in New Issue
Block a user