commit | 2067733b5c76e996238af938af36b8196366b7ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 17:02:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 06 17:02:53 2021 +0200 |
tree | 07c435f04c6f6747e9abfe8e796a6c648cb687d1 | |
parent | c64ed2b714e605930e7c4102d4e80a2b1d9ff9bf [diff] [blame] |
patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc. Problem: Vim9: cannot use heredoc in :def function for :python, :lua, etc. Solution: Concatenate the heredoc lines and pass them in the ISN_EXEC_SPLIT instruction.
diff --git a/src/version.c b/src/version.c index 06340e3..f995518 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2951, +/**/ 2950, /**/ 2949,