commit | 5366e1aecfff4546df6af86cf98013f23ed5c3bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 01 13:01:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 01 13:01:34 2020 +0200 |
tree | bb7d5a1c8452bcc7572828402b25232c3df75b2a | |
parent | 55759b522814995af36803823d342d51d68c0b67 [diff] [blame] |
patch 8.2.1778: Vim9: returning from a partial call clears outer context Problem: Vim9: returning from a partial call clears outer context, causing a crash. Solution: Put the outer context in the stack frame. (closes #7044)
diff --git a/src/version.c b/src/version.c index 446ac55..b92e99b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1778, +/**/ 1777, /**/ 1776,