]> granicus.if.org Git - vim/commit
patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level v8.2.2857
authorBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 13:24:49 +0000 (15:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 May 2021 13:24:49 +0000 (15:24 +0200)
commitff65288aa89dcd50760ad942d58baff70c6e93e6
tree9ec3a52625bdaa6fd6ec635a9390e22ae1b6afed
parent3ec3217f0491e9ba8aa8ea02f7e454cd19a287ef
patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level

Problem:    Vim9: exception in ISN_INSTR caught at wrong level.
Solution:   Set the starting trylevel in exec_instructions(). (closes #8214)
src/globals.h
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c
src/vim9execute.c