mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 22:25:49 +01:00
Fix :au listing. Yay tests.
This commit is contained in:
@@ -75,8 +75,7 @@ var AutoCommands = Module("autocommands", {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
get activeHives() contexts.initializedGroups("autocmd")
|
get activeHives() contexts.allGroups.autocmd.filter(function (h) h._store.length),
|
||||||
.filter(function (h) h._store.length),
|
|
||||||
|
|
||||||
add: deprecated("autocommand.user.add", { get: function add() autocommands.user.closure.add }),
|
add: deprecated("autocommand.user.add", { get: function add() autocommands.user.closure.add }),
|
||||||
get: deprecated("autocommand.user.get", { get: function get() autocommands.user.closure.get }),
|
get: deprecated("autocommand.user.get", { get: function get() autocommands.user.closure.get }),
|
||||||
|
|||||||
Reference in New Issue
Block a user