diff --git a/content/io.js b/content/io.js index c91c6f62..5c4746a1 100644 --- a/content/io.js +++ b/content/io.js @@ -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);