commit | ed234f24f3a6d697ba9b786d0bc74d4682bfdf47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 20:42:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 20:42:20 2020 +0200 |
tree | 52de9eabe6a57c76ff561d8a7fa5354af6fbb3e0 | |
parent | 74f8eece5e481220e3c0767487c0bb59fa916ed6 [diff] [blame] |
patch 8.2.1849: Vim9: garbage collection frees block-local variables Problem: Vim9: garbage collection frees block-local variables. Solution: Mark all script variables as used.
diff --git a/src/version.c b/src/version.c index b0fe5e8..8ea210a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1849, +/**/ 1848, /**/ 1847,