]> granicus.if.org Git - vim/commit
patch 8.2.1931: Vim9: arguments of extend() not checked at compile time v8.2.1931
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Oct 2020 18:33:38 +0000 (19:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Oct 2020 18:33:38 +0000 (19:33 +0100)
commitfbcbffe1ad327f4f0da518abfd5fd7be7fec22b5
treeca72dfc77338d9b84c186b6810b1a9e219dc3f97
parent749bc9521d9c1b3b3250faef25a3710206cf277d
patch 8.2.1931: Vim9: arguments of extend() not checked at compile time

Problem:    Vim9: arguments of extend() not checked at compile time.
Solution:   Add argument type checking for extend().
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c