]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2503: Vim9: a caught error may leave something on the stack v8.2.2503
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2021 20:32:47 +0000 (21:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Feb 2021 20:32:47 +0000 (21:32 +0100)
commitd9d7789b6fe5f2b4074375ee9f1c0bad3e4d3cfe
treec4f8094ae801dab2d4bed5e048ead94cb0922417
parentca753ec862f8191f1fc5ed161753704a488ed08d
patch 8.2.2503: Vim9: a caught error may leave something on the stack

Problem:    Vim9: a caught error may leave something on the stack.
Solution:   Drop items from the stack if needed. (closes #7826)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c