mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 20:24:12 +01:00
Fix missing ancestor modes in :listkeys, recognize paths like c:/ on Windows®, and elide redundant -group=user in :style serialization.
This commit is contained in:
@@ -689,7 +689,7 @@ var Mappings = Module("mappings", {
|
||||
iterate: function (args, mainOnly) {
|
||||
let modes = [this.getMode(args)];
|
||||
if (!mainOnly)
|
||||
modes = modes.concat(modes[0].bases);
|
||||
modes = modes.concat(modes[0].allBases);
|
||||
|
||||
let seen = {};
|
||||
// Bloody hell. --Kris
|
||||
|
||||
Reference in New Issue
Block a user