mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 19:17:59 +01:00
Fix definition link for commands defined on the command-line.
This commit is contained in:
@@ -1846,7 +1846,7 @@ const Dactyl = Module("dactyl", {
|
||||
args = args[0] || "";
|
||||
|
||||
if (args[0] == ":")
|
||||
var method = function () dactyl.execute(args, null, true);
|
||||
var method = function () commands.execute(args, null, true);
|
||||
else
|
||||
method = dactyl.userFunc(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user