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