mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 11:54:13 +01:00
Fix arg maps.
This commit is contained in:
@@ -1122,7 +1122,7 @@ var Events = Module("events", {
|
||||
[map] = this.pendingMap || [];
|
||||
this.pendingMap = null;
|
||||
if (map && map.arg)
|
||||
this.pendingArgMap = map;
|
||||
this.pendingArgMap = [map, command];
|
||||
}
|
||||
|
||||
// counts must be at the start of a complete mapping (10j -> go 10 lines down)
|
||||
|
||||
Reference in New Issue
Block a user