]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4293: Vim9: when copying a list it gets type list<any> v8.2.4293
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Feb 2022 21:47:34 +0000 (21:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Feb 2022 21:47:34 +0000 (21:47 +0000)
commit7676c158798a7c90f500cab2c12af0d47bad6026
tree3bab5a8f010f30e857747dcb5e41f8db7957d9e5
parent02a977ea5ee733412011a7f259a4efa0ffc95f1a
patch 8.2.4293: Vim9: when copying a list it gets type list<any>

Problem:    Vim9: when copying a list it gets type list<any> even when the
            original list did not have a type.
Solution:   Only set the type when the original list has a type. (closes #9692)
src/list.c
src/testdir/test_vim9_expr.vim
src/version.c