commit | 40d9da2a4395025169ebaf53a63618adfa737e96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 10:01:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 10:01:24 2020 +0100 |
tree | 99b692eb931c020e2a86f2a0f0893f603e4aec69 | |
parent | e51bb17dd0d51384375830ee2a1df30c08121443 [diff] [blame] |
patch 8.2.0268: trycatch test fails Problem: Trycatch test fails. Solution: When calling function fails only check for following command, do not give another error.
diff --git a/src/version.c b/src/version.c index 73a70cd..afac47d 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 268, +/**/ 267, /**/ 266,