mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 07:55:46 +01:00
evaluate heredoc if no terminator found
This commit is contained in:
@@ -709,6 +709,10 @@ lookup:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// if no heredoc-end delimiter is found before EOF then
|
||||||
|
// process the heredoc anyway - Vim compatible ;-)
|
||||||
|
liberator.eval(heredoc);
|
||||||
}
|
}
|
||||||
|
|
||||||
liberator.log("Sourced: " + filename, 3);
|
liberator.log("Sourced: " + filename, 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user