mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 23:07:58 +01:00
Fix idiocy. Closes issue #496.
This commit is contained in:
@@ -311,7 +311,7 @@ var MOW = Module("mow", {
|
||||
mappings.add([modes.COMMAND],
|
||||
["g<lt>"], "Redisplay the last command output",
|
||||
function () {
|
||||
dactyl.assert(commandline.lastOutput, _("mow.noPreviousOutput"));
|
||||
dactyl.assert(mow.lastOutput, _("mow.noPreviousOutput"));
|
||||
mow.echo(mow.lastOutput, "Normal");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user