commit | f575adff06d4bc5f670939567ce86974683deb7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 20:41:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 20:41:06 2020 +0100 |
tree | 30cb1d2318d5de6dc8bf04131d64537d82436a17 | |
parent | 11ec807639ae642bf55da883918489e2cd9911ab [diff] [blame] |
patch 8.2.0287: Vim9: return in try block not tested; catch not tested Problem: Vim9: return in try block not tested; catch with pattern not tested. Solution: Add tests. Make it work.
diff --git a/src/version.c b/src/version.c index e17c98b..4be1aa3 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 287, +/**/ 286, /**/ 285,