From 7de6b1bb5687b94369dda82a9648109d7d6832b7 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 10 Feb 2025 20:12:46 +0100 Subject: [PATCH] patch 9.1.1095: tests: matchparen plugin test wrongly named 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 --- src/testdir/Make_all.mak | 4 ++-- .../{test_matchparen.vim => test_plugin_matchparen.vim} | 0 src/version.c | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) rename src/testdir/{test_matchparen.vim => test_plugin_matchparen.vim} (100%) diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index ee97102d42..b7c9221881 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -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 \ diff --git a/src/testdir/test_matchparen.vim b/src/testdir/test_plugin_matchparen.vim similarity index 100% rename from src/testdir/test_matchparen.vim rename to src/testdir/test_plugin_matchparen.vim diff --git a/src/version.c b/src/version.c index c7b0706bbf..08af80c36e 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 */ +/**/ + 1095, /**/ 1094, /**/