Skip to content

Commit 7de6b1b

Browse files
committed
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 <cb@256bit.org>
1 parent 68d0858 commit 7de6b1b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/Make_all.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ NEW_TESTS = \
218218
test_matchadd_conceal \
219219
test_matchadd_conceal_utf8 \
220220
test_matchfuzzy \
221-
test_matchparen \
222221
test_memory_usage \
223222
test_menu \
224223
test_messages \
@@ -242,6 +241,7 @@ NEW_TESTS = \
242241
test_perl \
243242
test_plugin_glvs \
244243
test_plugin_man \
244+
test_plugin_matchparen \
245245
test_plugin_termdebug \
246246
test_plugin_tohtml \
247247
test_plugin_zip \
@@ -483,7 +483,6 @@ NEW_TESTS_RES = \
483483
test_matchadd_conceal.res \
484484
test_matchadd_conceal_utf8.res \
485485
test_matchfuzzy.res \
486-
test_matchparen.res \
487486
test_memory_usage.res \
488487
test_menu.res \
489488
test_messages.res \
@@ -505,6 +504,7 @@ NEW_TESTS_RES = \
505504
test_perl.res \
506505
test_plugin_glvs.res \
507506
test_plugin_man.res \
507+
test_plugin_matchparen.res \
508508
test_plugin_termdebug.res \
509509
test_plugin_tohtml.res \
510510
test_plugin_zip.res \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1095,
707709
/**/
708710
1094,
709711
/**/

0 commit comments

Comments
 (0)