mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:07:59 +01:00
Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly.
This commit is contained in:
@@ -111,6 +111,7 @@ Dactyl.prototype = {
|
||||
for (let [k, v] in Iterator(obj[prop] || {}))
|
||||
this[prop][k] = v;
|
||||
}
|
||||
this.initialized = true;
|
||||
},
|
||||
|
||||
scheme: "dactyl",
|
||||
|
||||
Reference in New Issue
Block a user