]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2868: Vim9: when executing compiled expression trylevel is changed v8.2.2868
authorBram Moolenaar <Bram@vim.org>
Tue, 18 May 2021 15:49:59 +0000 (17:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 May 2021 15:49:59 +0000 (17:49 +0200)
commitcbe178e3dc4ad45d9b2ed5e713e7c4cc88bf8b8b
tree597f8448e18c1940c6da951ba53ca86f8a06d16e
parent082a3bf961efd3668d06e3137cb1ad27c3998d07
patch 8.2.2868: Vim9: when executing compiled expression trylevel is changed

Problem:    Vim9: When executing a compiled expression the trylevel at start
            is changed but not restored. (closes #8214)
Solution:   Restore the trylevel at start.
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9execute.c