patch 9.0.0840: cannot change a slice of a const list v9.0.0840
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Nov 2022 18:27:17 +0000 (18:27 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Nov 2022 18:27:17 +0000 (18:27 +0000)
commitadbc08fd69433b5216e609a404d674f3e67eea9c
tree0b66f034862e8d7c40116326e64382fcafed0b7d
parent69a8bb8dc13571102537762b047747cc36b53d5d
patch 9.0.0840: cannot change a slice of a const list

Problem:    Cannot change a slice of a const list. (Takumi KAGIYAMA)
Solution:   Remove the const flag from the slice type. (closes #11490)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9expr.c