]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4301: Vim9: type error for copy of dict v8.2.4301
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Feb 2022 14:05:51 +0000 (14:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Feb 2022 14:05:51 +0000 (14:05 +0000)
commite0c2b2ceaa8ca2d0f412f17f4cf14fb4f7a3296f
treeaaf24425b3e4d43316647169685b66b5df3e8bf5
parent4fa1346bf4210747f34b64d05b39309918ca538d
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)
src/dict.c
src/testdir/test_vim9_builtin.vim
src/version.c