mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 23:14:12 +01:00
Fix finder bug.
This commit is contained in:
@@ -107,7 +107,8 @@ var RangeFinder = Module("rangefinder", {
|
||||
| this.commandline.FORCE_SINGLELINE);
|
||||
}, 0);
|
||||
else
|
||||
this.commandline.widgets.message = ["Normal", (this.rangeFind.backward ? "?" : "/") + this.lastFindPattern];
|
||||
this.commandline.echo((this.rangeFind.backward ? "?" : "/") + this.lastFindPattern,
|
||||
null, this.commandline.FORCE_SINGLELINE);
|
||||
|
||||
if (this.options["hlfind"])
|
||||
this.highlight();
|
||||
|
||||
Reference in New Issue
Block a user