]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1135: Vim9: getting a dict member may not work v8.2.1135
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:51:26 +0000 (16:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:51:26 +0000 (16:51 +0200)
commit50788ef34947aeb1729604cd3876845afbd15e3c
tree8c4cf8e6ebd7fd083eab369eabcb15e7243a8dd9
parent435d89789ef4dd329938edbe17c646db9f0ea772
patch 8.2.1135: Vim9: getting a dict member may not work

Problem:    Vim9: getting a dict member may not work.
Solution:   Clear the dict only after copying the item.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9execute.c