commit | 5930ddcd25c3c31a323cdb1b74c228958e124527 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 26 20:32:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 26 20:32:59 2021 +0200 |
tree | 0455805bd0abf89a56486a68347b6c4927b2eaab | |
parent | b98cec28d95b2184c64a0646458c1e62deb2524b [diff] [blame] |
patch 8.2.2812: Vim9: still crash when using substitute expression Problem: Vim9: still crash when using substitute expression. Solution: Put the instruction list in the stack frame. (closes #8154)
diff --git a/src/version.c b/src/version.c index 35d7a59..71fa218 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2812, +/**/ 2811, /**/ 2810,