diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-01 18:29:21 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-01 18:29:21 +0000 |
commit | 1f4a3457a3e55cdacd70ab0d5be587c248fb1ce8 (patch) | |
tree | 45247ee4265a0b7e1e2e1a1bfcffe8f82dedbc67 /src/version.c | |
parent | 0f7a5e758c5d8be2d8f1ab4a145d1636a36d18b2 (diff) | |
download | vim-git-1f4a3457a3e55cdacd70ab0d5be587c248fb1ce8.tar.gz |
patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked listv8.2.3974
Problem: Vim9: LISTAPPEND instruction does not check for a locked list.
Solution: Check whether the list is locked. (closes #9452)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1fc6dac72..12e236cac 100644 --- 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 */ /**/ + 3974, +/**/ 3973, /**/ 3972, |