1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:58:00 +01:00

Unbreak here docs with args in .vimperatorrc

This commit is contained in:
Kris Maglione
2008-10-09 02:58:29 +00:00
parent 7e8312d541
commit b9a24708c5

View File

@@ -793,7 +793,7 @@ lookup:
{
if (heredocEnd.test(line))
{
command.execute(args + "\n" + heredoc, special, count);
command.execute(heredoc, special, count);
heredoc = "";
heredocEnd = null;
}