]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1127: Vim9: getting a dict member may not work v8.2.1127
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Jul 2020 17:19:43 +0000 (19:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Jul 2020 17:19:43 +0000 (19:19 +0200)
commitfb9d5c51c8b5b44863f974e1adbee9ae330e75ff
treef5b493a521ea2509acdc5aeba61c5ddf4ef64731
parenteeb27bfe28ad6f889c52628268acbe30a7584e30
patch 8.2.1127: 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. (closes #6390)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9execute.c