comparison 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
comparison
equal deleted inserted replaced
26625:05e524ae9236 26626:4d18b3a5254a
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3842,
752 /**/ 754 /**/
753 3841, 755 3841,
754 /**/ 756 /**/
755 3840, 757 3840,
756 /**/ 758 /**/