]> granicus.if.org Git - vim/commit
patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch v8.2.2441
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 16:48:30 +0000 (17:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 16:48:30 +0000 (17:48 +0100)
commitc03f5c677a1fba99d2379550ccf2391eaa43e2ac
tree0ef0fc822f310f39a3e8ba536c3665e4ee89ab9b
parent853886722c051ecaef6d818ce32a822e4f43dc2b
patch 8.2.2441: Vim9: extend() does not give an error for a type mismatch

Problem:    Vim9: extend() does not give an error for a type mismatch.
Solution:   Check the type of the second argument. (closes #7760)
src/list.c
src/testdir/test_vim9_builtin.vim
src/version.c