1
0
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:
Kris Maglione
2011-02-05 08:46:35 -05:00
parent 4b8e834fa6
commit 5a00fb0c62
3 changed files with 13 additions and 2 deletions

View File

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