From: Christian Brabandt Date: Thu, 7 Nov 2024 22:05:57 +0000 (+0100) Subject: patch 9.1.0847: tests: test_popupwin fails because of updated help file X-Git-Tag: v9.1.0847^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d3941ede2995b76755ec1fab7f347bc1663b86;p=thirdparty%2Fvim.git patch 9.1.0847: tests: test_popupwin fails because of updated help file Problem: tests: test_popupwin fails because of updated main help file Solution: normalize Last Change header in test_popup_setbuf screendumps Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/dumps/Test_popup_setbuf_04.vim b/src/testdir/dumps/Test_popup_setbuf_04.vim new file mode 100644 index 0000000000..f55dbf30d8 --- /dev/null +++ b/src/testdir/dumps/Test_popup_setbuf_04.vim @@ -0,0 +1,2 @@ +" replace Last Change Header in help.txt +:1s/|L|a|s|t| |c|h|a|n|g|e|:| |\d|\d|\d|\d| |\w|\w|\w| |\d|\d|/|L|a|s|t| |c|h|a|n|g|e|:| |2|0|2|4| |M|a|y| |2|7|/g diff --git a/src/testdir/dumps/Test_popup_setbuf_05.vim b/src/testdir/dumps/Test_popup_setbuf_05.vim new file mode 100644 index 0000000000..f55dbf30d8 --- /dev/null +++ b/src/testdir/dumps/Test_popup_setbuf_05.vim @@ -0,0 +1,2 @@ +" replace Last Change Header in help.txt +:1s/|L|a|s|t| |c|h|a|n|g|e|:| |\d|\d|\d|\d| |\w|\w|\w| |\d|\d|/|L|a|s|t| |c|h|a|n|g|e|:| |2|0|2|4| |M|a|y| |2|7|/g diff --git a/src/testdir/dumps/Test_popup_setbuf_06.vim b/src/testdir/dumps/Test_popup_setbuf_06.vim new file mode 100644 index 0000000000..f55dbf30d8 --- /dev/null +++ b/src/testdir/dumps/Test_popup_setbuf_06.vim @@ -0,0 +1,2 @@ +" replace Last Change Header in help.txt +:1s/|L|a|s|t| |c|h|a|n|g|e|:| |\d|\d|\d|\d| |\w|\w|\w| |\d|\d|/|L|a|s|t| |c|h|a|n|g|e|:| |2|0|2|4| |M|a|y| |2|7|/g diff --git a/src/version.c b/src/version.c index a1b75862f7..fe1902e56a 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 */ +/**/ + 847, /**/ 846, /**/