commit | 031d6321885c15c054d28e3a434de743c1b3193d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 22:38:54 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 22:38:54 2023 +0100 |
tree | 706de85ed452ef5dc64a32e3a089e5b700705534 | |
parent | 1aa5f1c21fea60fe64cdcdf6990bf43ea5cc78a0 [diff] |
patch 9.0.1648: result of syntax tests is hard to see Problem: Result of syntax tests is hard to see. Solution: List the failed tests.
diff --git a/src/version.c b/src/version.c index b027efd..191bf50 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1648, +/**/ 1647, /**/ 1646,