From 885971e2f5eabc4108e083086c1d6d0a31a2782f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Jul 2021 22:25:29 +0200 Subject: patch 8.2.3182: Vim9: crash when using removing items from a constant list Problem: Vim9: crash when using removing items from a constant list. (Yegappan Lakshmanan) Solution: When a list was allocated with items copy them. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 371fdcd881..6ae1d3bf07 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3182, /**/ 3181, /**/ -- cgit v1.2.3