commit | ff65288aa89dcd50760ad942d58baff70c6e93e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 16 15:24:49 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 16 15:24:49 2021 +0200 |
tree | 9ec3a52625bdaa6fd6ec635a9390e22ae1b6afed | |
parent | 3ec3217f0491e9ba8aa8ea02f7e454cd19a287ef [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 70e02ed..e45d3be 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2857, +/**/ 2856, /**/ 2855,