commit | e859312e748297bde67a053fd3c486fc2c14b532 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 15:17:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 15:17:02 2020 +0200 |
tree | 54c9085cc2d7e8fce75f916b3a163fbf8ff68cc3 | |
parent | 2764d06ab7140c95b6317e344d853e4a32c76e9a [diff] [blame] |
patch 8.2.1236: Vim9: a few errors not caught by try/catch Problem: Vim9: a few errors not caught by try/catch. Solution: Do not bail out if an error is inside try/catch. Fix that a not matching catch doesn't jump to :endtry.
diff --git a/src/version.c b/src/version.c index a65bf1a..d8353cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1236, +/**/ 1235, /**/ 1234,