]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1407: Vim9: type of list and dict only depends on first item v8.2.1407
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 15:22:04 +0000 (17:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 15:22:04 +0000 (17:22 +0200)
commit127542bcebeb6480493b09d75a3be1d98a5f7797
tree6fab1472b83f66f4a453e11bbc5ee9611a00fb40
parenta1b9b0cc011ef15869ac25cb93e1b4baa0cb7f38
patch 8.2.1407: Vim9: type of list and dict only depends on first item

Problem:    Vim9: type of list and dict only depends on first item.
Solution:   Use all items to decide about the type.
runtime/doc/vim9.txt
src/proto/vim9type.pro
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c
src/vim9type.c