From b9a24708c58b4c9b17f26ec2a523925601704d55 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 9 Oct 2008 02:58:29 +0000 Subject: [PATCH] Unbreak here docs with args in .vimperatorrc --- content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/io.js b/content/io.js index 2df54cb3..a03fbad3 100644 --- a/content/io.js +++ b/content/io.js @@ -793,7 +793,7 @@ lookup: { if (heredocEnd.test(line)) { - command.execute(args + "\n" + heredoc, special, count); + command.execute(heredoc, special, count); heredoc = ""; heredocEnd = null; }