commit | c150c09ec4f97636c6339f5687fdaa9f665095d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 15:02:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 15:02:46 2021 +0100 |
tree | 6ad97a4c1eff027184c75fda74555d4a97a04992 | |
parent | 31842cd0772b557eb9584a13740430db29de8a51 [diff] [blame] |
patch 8.2.2506: Vim9: :continue does not work correctly in a :try block Problem: Vim9: :continue does not work correctly in a :try block Solution: Add the TRYCLEANUP instruction. (closes #7827)
diff --git a/src/version.c b/src/version.c index 6ec23a9..6d01fa8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2506, +/**/ 2505, /**/ 2504,