commit | a93d9cdc74f70ca2c85781496ffae4ca738fcd88 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue May 02 16:25:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 02 16:25:47 2023 +0100 |
tree | 25c7b84548c6fccafd119edb84807db998351f1f | |
parent | 17b695190d63b2de745499cb40a383c2672e275e [diff] [blame] |
patch 9.0.1505: error when heredoc content looks like heredoc Problem: Error when heredoc content looks like heredoc. Solution: Handle curly expressions. (closes #12325)
diff --git a/src/version.c b/src/version.c index 2a99c3b..d01d7f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1505, +/**/ 1504, /**/ 1503,