diff src/version.c @ 32883:cd9e02fea3ad

patch 9.0.1750: CI: fails because of changed error messages Commit: https://github.com/vim/vim/commit/0bbc1be0a3f7bb1e15203ea70ed35d2ca99320f4 Author: rhysd <lin90162@yahoo.co.jp> Date: Sat Aug 19 15:42:54 2023 +0200 patch 9.0.1750: CI: fails because of changed error messages Problem: CI: fails because of changed error messages (after: 9.0.1741) Solution: Adjust expected error messages closes: #12853 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: rhysd <lin90162@yahoo.co.jp>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 15:45:05 +0200
parents ec310fcd2d12
children 27ce9b18f1d5
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 */
 /**/
+    1750,
+/**/
     1749,
 /**/
     1748,