1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 23:45:47 +01:00

Closes issue #324.

This commit is contained in:
Kris Maglione
2011-01-29 16:32:18 -05:00
parent a661f5363b
commit 9408d105ee
2 changed files with 12 additions and 16 deletions

View File

@@ -108,8 +108,8 @@ var RangeFinder = Module("rangefinder", {
this.timeout(function () {
let msg = this.rangeFind.backward ? "find hit TOP, continuing at BOTTOM"
: "find hit BOTTOM, continuing at TOP";
this.commandline.echo(msg, "Warning", this.commandline.APPEND_TO_MESSAGES
| this.commandline.FORCE_SINGLELINE);
this.commandline.echo(msg, "WarningMsg", this.commandline.APPEND_TO_MESSAGES
| this.commandline.FORCE_SINGLELINE);
}, 0);
else
this.commandline.echo((this.rangeFind.backward ? "?" : "/") + this.lastFindPattern,