commit | 422085f1c87cb6bea879158b8b05c4a5cf7ab48b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 20:36:15 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 20:36:15 2021 +0000 |
tree | 77f79d7635f99d99a4e70e29354455090802364d | |
parent | 71b768509250b12696e8cc90e5902029f1b5433d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5fffd73..d90560f 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3842, +/**/ 3841, /**/ 3840,