commit | 7e82c5f338efe5661951675565f27f6512901a6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 21:32:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 21:32:45 2021 +0100 |
tree | b887415b59c6ef3d453f914d2f22597d88671684 | |
parent | 21578271bb717f7ab7b8728e9efa54c3b60ee7e4 [diff] [blame] |
patch 8.2.2539: Vim9: return from finally block causes a hang Problem: Vim9: return from finally block causes a hang. Solution: Store both the finally and endtry indexes. (closes #7885)
diff --git a/src/version.c b/src/version.c index a64037d..b096340 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2539, +/**/ 2538, /**/ 2537,