mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
Unbreak here docs with args in .vimperatorrc
This commit is contained in:
@@ -793,7 +793,7 @@ lookup:
|
|||||||
{
|
{
|
||||||
if (heredocEnd.test(line))
|
if (heredocEnd.test(line))
|
||||||
{
|
{
|
||||||
command.execute(args + "\n" + heredoc, special, count);
|
command.execute(heredoc, special, count);
|
||||||
heredoc = "";
|
heredoc = "";
|
||||||
heredocEnd = null;
|
heredocEnd = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user