diff src/version.c @ 25290:8b7ea875afed v8.2.3182

patch 8.2.3182: Vim9: crash when using removing items from a constant list Commit: https://github.com/vim/vim/commit/885971e2f5eabc4108e083086c1d6d0a31a2782f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 18 22:25:29 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Jul 2021 22:30:03 +0200
parents ddc38de331ff
children eaf013720ec8
line wrap: on
line diff
--- 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,