commit | 7892b953e0e496408008434ae3505293c0c93af1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 20 22:09:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 20 22:09:34 2020 +0200 |
tree | a1f0ff0731d2a21574853d003e6f3acde9c01240 | |
parent | d43906d2e5969288f239df851f5ad7b1dc2c7251 [diff] [blame] |
patch 8.2.1256: Vim9: type wrong after getting dict item in lambda Problem: Vim9: type wrong after getting dict item in lambda. Solution: Set the type to "any" after enforcing dict type. (closes #6491)
diff --git a/src/version.c b/src/version.c index 71c164a..ee1e3f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1256, +/**/ 1255, /**/ 1254,