]> granicus.if.org Git - vim/commit
patch 8.2.4313: Vim9: cannot change type of list after making a slice v8.2.4313
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Feb 2022 18:36:53 +0000 (18:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Feb 2022 18:36:53 +0000 (18:36 +0000)
commit5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7
treedbcf399d3abbf0c263598de89be4f49ff463c1ff
parent107f7325f615a1ffa5b49521e316b44e117b0a04
patch 8.2.4313: Vim9: cannot change type of list after making a slice

Problem:    Vim9: cannot change type of list after making a slice.
Solution:   Adjust the declared member type. (closes #9696)
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9expr.c