commit | 2626d6a71ca616bd91d4ee2c27bd76a78a00d412 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 15:49:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 15:49:35 2022 +0000 |
tree | c95b2cbe59caeb449cd551f22e286f906d69a905 | |
parent | fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64 [diff] [blame] |
patch 8.2.4310: Vim9: constant list and dict get a declaration type Problem: Vim9: constant list and dict get a declaration type other than "any". Solution: A constant list and dict have a declared member type "any". (closes #9701)
diff --git a/src/version.c b/src/version.c index 37d653d..20bc28a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4310, +/**/ 4309, /**/ 4308,