commit | 31a11b942a56bf75a653eec0976f365f9b389a5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 19:23:27 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 19:23:27 2021 +0100 |
tree | ded767365312f9bd28ef860a682ee0feac4be53e | |
parent | 0186e58639b19933d3d9188d552fe6745265eb1b [diff] [blame] |
patch 8.2.2323: Vim9: error when inferring type from empty dict/list Problem: Vim9: error when inferring type from empty dict/list. Solution: When the member is t_unknown use t_any. (closes #7009)
diff --git a/src/version.c b/src/version.c index cdf27fa..a21122a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2323, +/**/ 2322, /**/ 2321,