mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 02:05:46 +01:00
Allow using heredocs with :abbr/:au/:com/:map.
This commit is contained in:
@@ -178,6 +178,7 @@ var AutoCommands = Module("autocommands", {
|
||||
if (args.length == 3)
|
||||
return args["-javascript"] ? completion.javascript(context) : completion.ex(context);
|
||||
},
|
||||
hereDoc: true,
|
||||
literal: 2,
|
||||
options: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user