1
0
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:
Štěpán Němec
2010-09-25 15:13:28 +02:00
parent 03aceeb7af
commit 4fc51fdb73
7 changed files with 5 additions and 13 deletions

View File

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