commit | 8d9437968b6693ecb14e7375bcb242e657e75266 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 20:39:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 20:39:37 2020 +0200 |
tree | ada418b279644206a446f411a522be60ec4d36d5 | |
parent | 7fe875583bb474d03d281ca59af3320e7e176953 [diff] [blame] |
patch 8.2.1033: not easy to read the test time in the test output Problem: Not easy to read the test time in the test output. Solution: Align the times. Make slow tests bold.
diff --git a/src/version.c b/src/version.c index 5463b44..283c0c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1033, +/**/ 1032, /**/ 1031,