]> granicus.if.org Git - vim/commit
patch 8.2.3338: Vim9: no type check when assigning a list range v8.2.3338
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Aug 2021 16:20:09 +0000 (18:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Aug 2021 16:20:09 +0000 (18:20 +0200)
commit89071cb6a116a74f78f77a1853e6fada44872a15
tree79452d2bc9fd1ceb705e943090fc71fd27b7499c
parent069f90852f1444cac50491c10dfbd339a3f9e0c8
patch 8.2.3338: Vim9: no type check when assigning a list range

Problem:    Vim9: no type check when assigning a list range. (Naohiro Ono)
Solution:   Check the member type. (closes #8750)
src/list.c
src/testdir/test_listdict.vim
src/version.c