]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3127: Vim9: no error when adding number to list of string v8.2.3127
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 18:53:40 +0000 (20:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 18:53:40 +0000 (20:53 +0200)
commitf32f099761e5ae0603149b305a0086e4f4627d81
treecd44497f85e3acf1082fb5bbcb0c83a8d3ce3580
parentd4ab807d62c1a8262e78deb674c6750183bc030a
patch 8.2.3127: Vim9: no error when adding number to list of string

Problem:    Vim9: no error when adding number to list of string.
Solution:   Check the value type. (closes #8529)
src/list.c
src/testdir/test_vim9_builtin.vim
src/version.c