commit | 1f4a3457a3e55cdacd70ab0d5be587c248fb1ce8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 18:29:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 18:29:21 2022 +0000 |
tree | 45247ee4265a0b7e1e2e1a1bfcffe8f82dedbc67 | |
parent | 0f7a5e758c5d8be2d8f1ab4a145d1636a36d18b2 [diff] [blame] |
patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked list Problem: Vim9: LISTAPPEND instruction does not check for a locked list. Solution: Check whether the list is locked. (closes #9452)
diff --git a/src/version.c b/src/version.c index 1fc6dac..12e236c 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3974, +/**/ 3973, /**/ 3972,