commit | 834193afd7195bc96026d2aed696d64f8075cd35 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 20:39:15 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 20:39:15 2021 +0200 |
tree | c1e71ec5daddb8b3406fb2d3e7bc91965231c7c6 | |
parent | d3d8feeb897a6b956fc82c81448b938a53312d71 [diff] [blame] |
patch 8.2.3078: Vim9: profile test fails Problem: Vim9: profile test fails. Solution: Make throw in :catch jump to :finally.
diff --git a/src/version.c b/src/version.c index 655aaae..3c626bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3078, +/**/ 3077, /**/ 3076,