]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0732: Vim9: storing value in dict messes up stack v8.2.0732
authorBram Moolenaar <Bram@vim.org>
Sun, 10 May 2020 19:47:43 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 May 2020 19:47:43 +0000 (21:47 +0200)
commitf163bd5e41e8ea1d32e7977e671598a9d6f7b23c
tree89429218a74bdf64027a9c204e6911d1f967d297
parent7e5bd91dc99e1ecb38c4220eaab1a906a69815c2
patch 8.2.0732: Vim9: storing value in dict messes up stack

Problem:    Vim9: storing value in dict messes up stack.
Solution:   Correct item count of stack.
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9execute.c