mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 23:44:11 +01:00
Make :rehash|echomsg "foo" work as expected.
--HG-- branch : groups
This commit is contained in:
@@ -78,7 +78,7 @@ var AutoCommands = Module("autocommands", {
|
||||
|
||||
hives: Group.SubGroup("autocmd", AutoCmdHive),
|
||||
|
||||
get activeHives() contexts.activeGroups("autocmd").map(function (h) h.autocmd),
|
||||
get activeHives() contexts.activeGroups("autocmd").map(function (h) h.autocmd).filter(function (h) h._store.length),
|
||||
|
||||
add: deprecated("autocommand.user.add", { get: function add() autocommands.user.closure.add }),
|
||||
get: deprecated("autocommand.user.get", { get: function get() autocommands.user.closure.get }),
|
||||
|
||||
Reference in New Issue
Block a user