1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-14 11:35:47 +01:00

evaluate heredoc if no terminator found

This commit is contained in:
Doug Kearns
2008-09-01 09:28:23 +00:00
parent 6ea8b75298
commit 26adf51554

View File

@@ -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);