diff src/version.c @ 26626:4d18b3a5254a v8.2.3842

patch 8.2.3842: Vim9: can change locked list and list items Commit: https://github.com/vim/vim/commit/422085f1c87cb6bea879158b8b05c4a5cf7ab48b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 17 20:36:15 2021 +0000 patch 8.2.3842: Vim9: can change locked list and list items Problem: Vim9: can change locked list and list items. Solution: Check that a list and list item isn't locked.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 21:45:03 +0100
parents bdf11d8e3df3
children 7efd8f561d04
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3842,
+/**/
     3841,
 /**/
     3840,