patch 9.1.0625: tests: test output all translated messages for all translations

Commit: 
https://github.com/vim/vim/commit/6ed8ae837b9c19985c4291c885544f3f2f624154
Author: Christian Brabandt <c...@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 <c...@256bit.org>

diff --git a/src/po/Makefile b/src/po/Makefile
index f23c6d66f..df9a0405c 100644
--- 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)
diff --git a/src/version.c b/src/version.c
index 0dadd19b1..a7b25391f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    625,
 /**/
     624,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1sXOlZ-00Cfbz-3M%40256bit.org.

Raspunde prin e-mail lui