commit | 39ca4127a094d8aca6f77c01be4f3fea506d5cb7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 20 14:25:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 20 14:25:07 2020 +0200 |
tree | c9c076a453569a36b9a7eea90bc06e5898ec8e28 | |
parent | 955347cc7e78352a5d49540573ae958ad45e6386 [diff] [blame] |
patch 8.2.1870: Vim9: no need to keep all script variables Problem: Vim9: no need to keep all script variables. Solution: Only keep script variables when a function was defined that could use them. Fix freeing static string on exit.
diff --git a/src/version.c b/src/version.c index a0bc135..835de6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1870, +/**/ 1869, /**/ 1868,