]> granicus.if.org Git - vim/commit
patch 8.2.1864: Vim9: no error for wrong list type v8.2.1864
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 14:07:42 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 14:07:42 +0000 (16:07 +0200)
commit334a8b4bde55e1095533f70616ac1e6ec337c62c
treee14c74ce3dea7ca576fdde6bea31b6de98e73399
parente3c65ce4e59143736bb2e0fba93c21283aa92a35
patch 8.2.1864: Vim9: no error for wrong list type

Problem:    Vim9: no error for wrong list type.
Solution:   Add flag to indicate a constant. (closes #7160)
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c