summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-06-26 22:17:35 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-26 22:17:35 +0200
commite3ffaa6b7c2d53ab53da933ec91382d003cf9a12 (patch)
tree96458eb6d1bc525e9030bb54a22f1680d8eb5e2f /src/version.c
parent015cf103115f9a0380ae3e3e85a77792cfe87d49 (diff)
patch 8.2.3059: Vim9: memory leak when using lambdav8.2.3059
Problem: Vim9: memory leak when using lambda. Solution: Do not store the default value strings when skipping.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 59f84d446b..7fbd6d0b18 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3059,
+/**/
3058,
/**/
3057,