commit | 1fc6ea9bf3548b578676331f5eac1f7e0611c268 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Apr 21 23:30:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 23:30:15 2022 +0100 |
tree | cbbabd2cece75b8657356b2b1716372daeee94ce | |
parent | 66e13aedc7986c83644d537a8fdd3cb006507678 [diff] [blame] |
patch 8.2.4804: expression in heredoc doesn't work for compiled function Problem: Expression in heredoc doesn't work for compiled function. Solution: Implement compiling the heredoc expressions. (Yegappan Lakshmanan, closes #10232)
diff --git a/src/version.c b/src/version.c index e4e297e..4c914af 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4804, +/**/ 4803, /**/ 4802,