diff options
Diffstat (limited to 'common/content/autocommands.js')
-rw-r--r-- | common/content/autocommands.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/autocommands.js b/common/content/autocommands.js index 802b1ecd..98fe7ac6 100644 --- a/common/content/autocommands.js +++ b/common/content/autocommands.js @@ -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: [ { |