diff src/version.c @ 32633:a8577b9dab80 v9.0.1648

patch 9.0.1648: result of syntax tests is hard to see Commit: https://github.com/vim/vim/commit/031d6321885c15c054d28e3a434de743c1b3193d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 22:38:54 2023 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Jun 2023 23:45:03 +0200
parents f8a2fc7d823f
children 73fabd4e2259
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1648,
+/**/
     1647,
 /**/
     1646,