changeset 36455:81dcc82504db draft v9.1.0834

patch 9.1.0834: tests: 2html test fails Commit: https://github.com/vim/vim/commit/ca6231b8a695489664aa0ca394840f2c77040928 Author: Aliaksei Budavei <0x000c70@gmail.com> Date: Sun Nov 3 09:19:14 2024 +0100 patch 9.1.0834: tests: 2html test fails Problem: tests: 2html test fails (after b256221e8377) Solution: Adjust testdir/samples/Test_tohtml_basic.c.html (Aliaksei Budavei) closes: #15981 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Nov 2024 09:30:05 +0100
parents 4da6f11d65f9
children 64c164113479
files src/testdir/samples/Test_tohtml_basic.c.html src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/samples/Test_tohtml_basic.c.html
+++ b/src/testdir/samples/Test_tohtml_basic.c.html
@@ -13,6 +13,7 @@
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffff; }
 body { font-family: monospace; color: #000000; background-color: #ffffff; }
 * { font-size: 1em; }
+a { color: inherit; }
 -->
 </style>
 </head>
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    834,
+/**/
     833,
 /**/
     832,