commit | b0e6b513648db7035046613431a4aa9d71ef4653 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 20:23:40 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 20:23:40 2021 +0100 |
tree | ed9c3fdd71d7c70c7289f0e48a88296067e21352 | |
parent | 7cd24227c02afdb4249db406e2174eda1e6b36b4 [diff] [blame] |
patch 8.2.2336: Vim9: not possible to extend dictionary with different type Problem: Vim9: it is not possible to extend a dictionary with different item types. Solution: Add extendnew(). (closes #7666)
diff --git a/src/version.c b/src/version.c index 1832108..d4b5dde 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2336, +/**/ 2335, /**/ 2334,