mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:57:59 +01:00
Allow using heredocs with :abbr/:au/:com/:map.
This commit is contained in:
@@ -1365,6 +1365,7 @@ var Commands = Module("commands", {
|
||||
else
|
||||
args["-javascript"] ? completion.javascript(context) : completion.ex(context);
|
||||
},
|
||||
hereDoc: true,
|
||||
options: [
|
||||
{ names: ["-bang", "-b"], description: "Command may be followed by a !" },
|
||||
{ names: ["-count", "-c"], description: "Command may be preceded by a count" },
|
||||
|
||||
Reference in New Issue
Block a user