commit | aa210a3aeccc33c6051978017959126b037f94af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 15:41:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 15:41:03 2021 +0100 |
tree | 29c2f91c51dc55a52e427f89643ae4b9c4c56c58 | |
parent | 3e0107ea16349b354e0e9712e95b09ef019e99e5 [diff] [blame] |
patch 8.2.2272: Vim9: extend() can violate the type of a variable Problem: Vim9: extend() can violate the type of a variable. Solution: Add the type to the dictionary or list and check items against it. (closes #7593)
diff --git a/src/version.c b/src/version.c index d6e92b1..94a22c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2272, +/**/ 2271, /**/ 2270,