]> granicus.if.org Git - vim/commit
patch 8.2.2095: Vim9: crash when failed dict member is followed by concat v8.2.2095
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Dec 2020 17:13:27 +0000 (18:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Dec 2020 17:13:27 +0000 (18:13 +0100)
commit4029cabbe7c68a304ab8becb495bd6d91c6e97b1
treea621844239445997633f5aa6fee32e064bafde8c
parentd0fe620cbbf5f5e00446efa89893036265c5c302
patch 8.2.2095: Vim9: crash when failed dict member is followed by concat

Problem:    Vim9: crash when failed dict member is followed by concatenation.
Solution:   Remove the dict from the stack. (closes #7416)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9execute.c