1
0
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:
Kris Maglione
2011-01-04 13:32:15 -05:00
parent 5f9c248ad6
commit bf5846e876

View File

@@ -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();