]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1095: tests: matchparen plugin test wrongly named v9.1.1095
authorChristian Brabandt <cb@256bit.org>
Mon, 10 Feb 2025 19:12:46 +0000 (20:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 10 Feb 2025 19:12:46 +0000 (20:12 +0100)
Problem:  tests: matchparen plugin test wrongly named
          (zeertzjq)
Solution: rename test_matchparen to test_plugin_matchparen
          to be consistent with the other plugin tests

related: #16599

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/Make_all.mak
src/testdir/test_plugin_matchparen.vim [moved from src/testdir/test_matchparen.vim with 100% similarity]
src/version.c

index ee97102d422d8f3e00bf6c92f754cbc659970b8e..b7c92218811a2d17f137efc20fd9259a37c7a3d4 100644 (file)
@@ -218,7 +218,6 @@ NEW_TESTS = \
        test_matchadd_conceal \
        test_matchadd_conceal_utf8 \
        test_matchfuzzy \
-       test_matchparen \
        test_memory_usage \
        test_menu \
        test_messages \
@@ -242,6 +241,7 @@ NEW_TESTS = \
        test_perl \
        test_plugin_glvs \
        test_plugin_man \
+       test_plugin_matchparen \
        test_plugin_termdebug \
        test_plugin_tohtml \
        test_plugin_zip \
@@ -483,7 +483,6 @@ 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 \
@@ -505,6 +504,7 @@ NEW_TESTS_RES = \
        test_perl.res \
        test_plugin_glvs.res \
        test_plugin_man.res \
+       test_plugin_matchparen.res \
        test_plugin_termdebug.res \
        test_plugin_tohtml.res \
        test_plugin_zip.res \
index c7b0706bbf1439241cb54a9b19445a8571acb65c..08af80c36e4bcb9d4da58bb6e0c27bfbded161dc 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1095,
 /**/
     1094,
 /**/