]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1710: Vim9: list of list type can be wrong v8.2.1710
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Sep 2020 12:12:34 +0000 (14:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Sep 2020 12:12:34 +0000 (14:12 +0200)
commit77b20977dc31ecf753dddad7a7c7b8f7b6e0c244
tree5c532798c3e4b8d2b61ce118c0fcc230975531bd
parentdec07510bbdf335a2de3d63591231a90ef3e4c80
patch 8.2.1710: Vim9: list of list type can be wrong

Problem:    Vim9: list of list type can be wrong.
Solution:   Use VAR_UNKNOWN for empty list.  Recognize VAR_UNKNOWN when
            looking for a common type. (closes #6979)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9type.c