mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 10:05:46 +01:00
Sizing hacks for REPL modes.
This commit is contained in:
@@ -128,13 +128,10 @@ var Map = Class("Map", {
|
||||
if (this.names[0] != ".") // FIXME: Kludge.
|
||||
mappings.repeat = repeat;
|
||||
|
||||
if (this.executing) {
|
||||
if (args.keypressEvents[0].isMacro) {
|
||||
util.dumpStack(_("map.recursive", args.command));
|
||||
throw FailedAssertion(_("map.recursive", args.command));
|
||||
}
|
||||
this.executing = false;
|
||||
}
|
||||
if (this.executing)
|
||||
util.assert(!args.keypressEvents[0].isMacro,
|
||||
_("map.recursive", args.command),
|
||||
false);
|
||||
|
||||
try {
|
||||
this.preExecute(args);
|
||||
|
||||
Reference in New Issue
Block a user