]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1134: Vim9: getting a list member may not work v8.2.1134
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:42:13 +0000 (16:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:42:13 +0000 (16:42 +0200)
commit435d89789ef4dd329938edbe17c646db9f0ea772
treec378f22e1c3b758c17b03c4939fcfb54be4fcb19
parentfce82b3aa7dd87f9e15a4c12eda2c65de285d99a
patch 8.2.1134: Vim9: getting a list member may not work

Problem:    Vim9: getting a list member may not work.
Solution:   Clear the list only after copying the item. (closes #6393)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9execute.c