mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 15:23:32 +01:00
Fix finder bug.
This commit is contained in:
@@ -107,7 +107,8 @@ var RangeFinder = Module("rangefinder", {
|
|||||||
| this.commandline.FORCE_SINGLELINE);
|
| this.commandline.FORCE_SINGLELINE);
|
||||||
}, 0);
|
}, 0);
|
||||||
else
|
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"])
|
if (this.options["hlfind"])
|
||||||
this.highlight();
|
this.highlight();
|
||||||
|
|||||||
Reference in New Issue
Block a user