commit | d032f34a51c6722101626c4167dffecc427ac343 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 18:13:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 18:13:02 2020 +0200 |
tree | ff0a74f0ae79f20fa6be4affad9fda253063a2f1 | |
parent | 447bfba24b231777a79bf53cdb33f44d9691e47e [diff] [blame] |
patch 8.2.1238: Vim9: a few remaining errors not caught by try/catch Problem: Vim9: a few remaining errors not caught by try/catch. Solution: Do not bail out if an error is inside try/catch.
diff --git a/src/version.c b/src/version.c index 06f7fd2..77576d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1238, +/**/ 1237, /**/ 1236,