mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 15:44:12 +01:00
Use table tags in :addons and :downloads to better support :yank.
This commit is contained in:
@@ -295,6 +295,8 @@ var Mappings = Module("mappings", {
|
||||
this.allHives = [this.user, this.builtin];
|
||||
},
|
||||
|
||||
repeat: Modes.boundProperty(),
|
||||
|
||||
hives: Class.memoize(function () array(this.allHives.filter(function (h) h.filter(buffer.uri)))),
|
||||
|
||||
get userHives() this.allHives.filter(function (h) h !== this.builtin, this),
|
||||
|
||||
Reference in New Issue
Block a user