]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0225: test_matchparen not run in CI v9.1.0225
authorChristian Brabandt <cb@256bit.org>
Thu, 28 Mar 2024 16:10:44 +0000 (17:10 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Mar 2024 16:10:44 +0000 (17:10 +0100)
Problem:  test_matchparen not run in CI
Solution: add test_matchparen.res to NEW_TESTS_RES in Makefile,
          update changed highlighting dump from v9.1.61

closes: #14322

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/Make_all.mak
src/testdir/dumps/Test_display_visual_block_scroll.dump
src/version.c

index ab4d42a67cb4385eef77eec0ed2a3966a9e69206..3a4b5f6c9f1c4545539f8cc53c308d55fe10f96d 100644 (file)
@@ -461,6 +461,7 @@ NEW_TESTS_RES = \
        test_matchadd_conceal.res \
        test_matchadd_conceal_utf8.res \
        test_matchfuzzy.res \
+       test_matchparen.res \
        test_memory_usage.res \
        test_menu.res \
        test_messages.res \
index afb52fbb941b959e3b4d30100e72531e4f1fa781..13aae592de88d75cb927ff17ea36e9f5ef1382cb 100644 (file)
@@ -1,7 +1,7 @@
-|{+0&#e0e0e08| | +0&#ffffff0@72
-|}+0&#e0e0e08| | +0&#ffffff0@72
-|{+0&#e0e0e08| | +0&#ffffff0@72
-|f+0&#e0e0e08| | +0&#ffffff0@72
->g| +0&#e0e0e08| +0&#ffffff0@72
+|{+0#0000001#a8a8a8255| | +0#0000000#ffffff0@72
+>}+0&#40ffff15| +0#0000001#a8a8a8255| +0#0000000#ffffff0@72
+|{| @73
+|f| @73
+|g| @73
 |}| @73
-|-+2&&@1| |V|I|S|U|A|L| |L|I|N|E| |-@1| +0&&@29|7| @8|1@1|,|1| @9|B|o|t| 
+|-+2&&@1| |V|I|S|U|A|L| |L|I|N|E| |-@1| +0&&@29|4| @8|8|,|1| @10|B|o|t| 
index dc373bc28b0be9aafad704ae3c4e69f83a76d203..e96f17c25a1616407d57fbf7afe0c30e88af70ba 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    225,
 /**/
     224,
 /**/