commit | 107e9cecf72928b4aaaf08b73bf2d191924ab695 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 20:52:00 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 20:52:00 2021 +0100 |
tree | 05a0bc27b7ec4a7fe6e7b8dad148ea88042edebb | |
parent | ced68a0070dac059fc978a1a99e2893edf158116 [diff] [blame] |
patch 8.2.2404: Vim9: profiling try/catch not correct Problem: Vim9: profiling try/catch not correct. Solution: Add profile instructions. Fix that "entry" did not rethrow an excpetion.
diff --git a/src/version.c b/src/version.c index 554231f..43ad049 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2404, +/**/ 2403, /**/ 2402,