]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3128: Vim9: uninitialzed list does not get type checked v8.2.3128
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 18:57:24 +0000 (20:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 18:57:24 +0000 (20:57 +0200)
commitf055d4502365f24de6c0f210a06e2c146a75dc4d
tree507f31a2d9b5a7ff03b410f1be7066ca97fdb0d9
parentf32f099761e5ae0603149b305a0086e4f4627d81
patch 8.2.3128: Vim9: uninitialzed list does not get type checked

Problem:    Vim9: uninitialzed list does not get type checked.
Solution:   Set the type when initializing the variable. (closes #8529)
src/eval.c
src/evalvars.c
src/proto/vim9script.pro
src/testdir/test_vim9_builtin.vim
src/userfunc.c
src/version.c
src/vim9script.c