1
0
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:
Kris Maglione
2011-01-12 22:58:45 -05:00
parent 5cf58308d7
commit 0de4c844ef
4 changed files with 12 additions and 4 deletions

View File

@@ -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)