]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2621: typval2type() cannot handle recursive structures v8.2.2621
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Mar 2021 21:15:04 +0000 (22:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Mar 2021 21:15:04 +0000 (22:15 +0100)
commit108cf0153c5770e343aec9e2390acdaa4a0b149a
treedef8f451bc49e4e5d7b98e5cc7e33dd52aaffb29
parent4b3e1964d85a25ac7b2202094d1abf27ab93cc23
patch 8.2.2621: typval2type() cannot handle recursive structures

Problem:    typval2type() cannot handle recursive structures.
Solution:   Use copyID. (closes #7979)
src/list.c
src/proto/vim9type.pro
src/testdir/test_vimscript.vim
src/version.c
src/vim9script.c
src/vim9type.c