Skip to content

Commit

Permalink
patch 9.1.1095: tests: matchparen plugin test wrongly named
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
chrisbra committed Feb 10, 2025
1 parent 68d0858 commit 7de6b1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/testdir/Make_all.mak
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ NEW_TESTS = \
test_matchadd_conceal \
test_matchadd_conceal_utf8 \
test_matchfuzzy \
test_matchparen \
test_memory_usage \
test_menu \
test_messages \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1095,
/**/
1094,
/**/
Expand Down

0 comments on commit 7de6b1b

Please sign in to comment.