summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-18 22:25:29 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-18 22:25:29 +0200
commit885971e2f5eabc4108e083086c1d6d0a31a2782f (patch)
tree4ecfebdc5ea8ca8c6274b76255bc06c007f9a440 /src/version.c
parent9ff9c7b9741b216d3dc75603e50654088dc5f55b (diff)
patch 8.2.3182: Vim9: crash when using removing items from a constant listv8.2.3182
Problem: Vim9: crash when using removing items from a constant list. (Yegappan Lakshmanan) Solution: When a list was allocated with items copy them.
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 371fdcd881..6ae1d3bf07 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 */
/**/
+ 3182,
+/**/
3181,
/**/
3180,