From: Christian Brabandt Date: Sun, 9 Feb 2025 16:03:31 +0000 (+0100) Subject: patch 9.1.1088: tests: plugin tests are named inconsistently X-Git-Tag: v9.1.1088^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934d9ab3a25066d403678c91fd99ce9ce738d95f;p=thirdparty%2Fvim.git patch 9.1.1088: tests: plugin tests are named inconsistently Problem: tests: plugin tests are named inconsistently Solution: group them under a common 'plugin' prefix related: #16599 Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 13f4830319..ee97102d42 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -175,7 +175,6 @@ NEW_TESTS = \ test_gf \ test_glob2regpat \ test_global \ - test_glvs \ test_gn \ test_goto \ test_gui \ @@ -212,7 +211,6 @@ NEW_TESTS = \ test_listlbr_utf8 \ test_lua \ test_makeencoding \ - test_man \ test_map_functions \ test_mapping \ test_marks \ @@ -242,6 +240,11 @@ NEW_TESTS = \ test_partial \ test_paste \ test_perl \ + test_plugin_glvs \ + test_plugin_man \ + test_plugin_termdebug \ + test_plugin_tohtml \ + test_plugin_zip \ test_plus_arg_edit \ test_popup \ test_popupwin \ @@ -312,7 +315,6 @@ NEW_TESTS = \ test_taglist \ test_tcl \ test_termcodes \ - test_termdebug \ test_termencoding \ test_terminal \ test_terminal2 \ @@ -322,7 +324,6 @@ NEW_TESTS = \ test_textobjects \ test_textprop \ test_timers \ - test_tohtml \ test_true_false \ test_trycatch \ test_undo \ @@ -349,7 +350,6 @@ NEW_TESTS = \ test_writefile \ test_xdg \ test_xxd \ - test_zip_plugin \ test_alot_latin \ test_alot_utf8 \ test_alot @@ -441,7 +441,6 @@ NEW_TESTS_RES = \ test_gettext_make.res \ test_getvar.res \ test_gf.res \ - test_glvs.res \ test_gn.res \ test_goto.res \ test_gui.res \ @@ -477,7 +476,6 @@ NEW_TESTS_RES = \ test_listlbr_utf8.res \ test_lua.res \ test_makeencoding.res \ - test_man.res \ test_map_functions.res \ test_mapping.res \ test_marks.res \ @@ -505,6 +503,11 @@ NEW_TESTS_RES = \ test_partial.res \ test_paste.res \ test_perl.res \ + test_plugin_glvs.res \ + test_plugin_man.res \ + test_plugin_termdebug.res \ + test_plugin_tohtml.res \ + test_plugin_zip.res \ test_plus_arg_edit.res \ test_popup.res \ test_popupwin.res \ @@ -562,7 +565,6 @@ NEW_TESTS_RES = \ test_taglist.res \ test_tcl.res \ test_termcodes.res \ - test_termdebug.res \ test_termencoding.res \ test_terminal.res \ test_terminal2.res \ @@ -572,7 +574,6 @@ NEW_TESTS_RES = \ test_textobjects.res \ test_textprop.res \ test_timers.res \ - test_tohtml.res \ test_true_false.res \ test_trycatch.res \ test_undo.res \ @@ -594,7 +595,6 @@ NEW_TESTS_RES = \ test_writefile.res \ test_xdg.res \ test_xxd.res \ - test_zip_plugin.res \ test_alot_latin.res \ test_alot_utf8.res \ test_alot.res diff --git a/src/testdir/test_glvs.vim b/src/testdir/test_plugin_glvs.vim similarity index 100% rename from src/testdir/test_glvs.vim rename to src/testdir/test_plugin_glvs.vim diff --git a/src/testdir/test_man.vim b/src/testdir/test_plugin_man.vim similarity index 100% rename from src/testdir/test_man.vim rename to src/testdir/test_plugin_man.vim diff --git a/src/testdir/test_termdebug.vim b/src/testdir/test_plugin_termdebug.vim similarity index 100% rename from src/testdir/test_termdebug.vim rename to src/testdir/test_plugin_termdebug.vim diff --git a/src/testdir/test_tohtml.vim b/src/testdir/test_plugin_tohtml.vim similarity index 100% rename from src/testdir/test_tohtml.vim rename to src/testdir/test_plugin_tohtml.vim diff --git a/src/testdir/test_zip_plugin.vim b/src/testdir/test_plugin_zip.vim similarity index 100% rename from src/testdir/test_zip_plugin.vim rename to src/testdir/test_plugin_zip.vim diff --git a/src/version.c b/src/version.c index 01ce8737b8..7d509361c4 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 */ +/**/ + 1088, /**/ 1087, /**/