mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 06:15:48 +01:00
Remove the :play command.
There's `@' which also accepts a count, and Vim doesn't have :play either.
This commit is contained in:
@@ -1146,13 +1146,6 @@ const Events = Module("events", {
|
||||
argCount: "?",
|
||||
completer: function (context) completion.macro(context)
|
||||
});
|
||||
|
||||
commands.add(["pl[ay]"],
|
||||
"Replay a recorded macro",
|
||||
function (args) { events.playMacro(args[0]); }, {
|
||||
argCount: "1",
|
||||
completer: function (context) completion.macro(context)
|
||||
});
|
||||
},
|
||||
mappings: function () {
|
||||
mappings.add(modes.all,
|
||||
|
||||
Reference in New Issue
Block a user