comparison 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
comparison
equal deleted inserted replaced
25289:82de8cfb8bdc 25290:8b7ea875afed
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3182,
758 /**/ 760 /**/
759 3181, 761 3181,
760 /**/ 762 /**/
761 3180, 763 3180,
762 /**/ 764 /**/