commit | 620aa8eb5b1468d086253f8aa787a33a86033100 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 16:05:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 16:05:32 2022 +0100 |
tree | 79f448791311d1180b8f45bdbfe0cb4749d02fb0 | |
parent | 156d3911952d73b03d7420dc3540215247db0fe8 [diff] [blame] |
patch 8.2.5124: when syntax timeout test fails it does not show the time Problem: When syntax timeout test fails it does not show the time. Solution: Use assert_inrange().
diff --git a/src/version.c b/src/version.c index 0a42274..66dba17 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5124, +/**/ 5123, /**/ 5122,