commit | e0c2b2ceaa8ca2d0f412f17f4cf14fb4f7a3296f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 14:05:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 14:05:51 2022 +0000 |
tree | aaf24425b3e4d43316647169685b66b5df3e8bf5 | |
parent | 4fa1346bf4210747f34b64d05b39309918ca538d [diff] [blame] |
patch 8.2.4301: Vim9: type error for copy of dict Problem: Vim9: type error for copy of dict. Solution: Do not use dict<any> but no type. (closes #9696)
diff --git a/src/version.c b/src/version.c index b994584..84ab409 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4301, +/**/ 4300, /**/ 4299,