1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 08:15:48 +01:00
This commit is contained in:
Kris Maglione
2011-02-12 23:13:29 -05:00
parent aba1a13961
commit 6e6eac9709

View File

@@ -214,7 +214,7 @@ var MOW = Module("mow", {
const KILL = false, PASS = true;
if (options["more"] && mow.isScrollable(1))
commandline.updateMorePrompt(false, true);
this.updateMorePrompt(false, true);
else {
modes.pop();
events.feedkeys(events.toString(event));