commit | 114dbda7858df956161c0adba5d4d8279645ff67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 03 12:28:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 03 12:28:03 2022 +0000 |
tree | 3723c994d332ef83873644bee1119e9805dc87d3 | |
parent | 5c75eed758fbeb39825834d51f3ee4e08f137af3 [diff] [blame] |
patch 8.2.3991: Vim9: error when extending dict<any> Problem: Vim9: error when extending dict<any> with another type that it was initialized with. Solution: Also set the type for dict<any> if the initializer has a more specific type. (closes #9461)
diff --git a/src/version.c b/src/version.c index 6ad1090..96864ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3991, +/**/ 3990, /**/ 3989,