]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3435: Vim9: dict is not passed to dict function v8.2.3435
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Sep 2021 16:25:54 +0000 (18:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Sep 2021 16:25:54 +0000 (18:25 +0200)
commitb1b6f4de2b0edc3b6622912132ddb8994ec52709
tree511b4e3c4a23e31c490a27c171e90b162f799554
parent28e591dd5080bbcd0f468f9d9597cedb716e28c9
patch 8.2.3435: Vim9: dict is not passed to dict function

Problem:    Vim9: dict is not passed to dict function.
Solution:   Keep the dict used until a function call.
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c