changeset 35810:67afdedda107 v9.1.0625

patch 9.1.0625: tests: test output all translated messages for all translations Commit: https://github.com/vim/vim/commit/6ed8ae837b9c19985c4291c885544f3f2f624154 Author: Christian Brabandt <cb@256bit.org> Date: Fri Jul 26 19:21:03 2024 +0200 patch 9.1.0625: tests: test output all translated messages for all translations Problem: tests: test output all translated messages for all translations Solution: Redirect the output of check.vim to /dev/null, it's not that useful. closes: #15354 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 26 Jul 2024 19:30:05 +0200
parents 8e5303bebacf
children bda6996da869
files src/po/Makefile src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -41,7 +41,7 @@ converted: $(MOCONVERTED)
 
 .po.ck:
 	$(VIMPROG) -u NONE --noplugins -e -s -X --cmd "set enc=utf-8" \
-		-S check.vim -c "if error == 0 | q | else | num 2 | cq | endif" $<
+		-S check.vim -c "if error == 0 | q | else | num 2 | cq | endif" $< >/dev/null
 	touch $@
 
 check: $(CHECKFILES)
--- 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 */
 /**/
+    625,
+/**/
     624,
 /**/
     623,