]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0847: tests: test_popupwin fails because of updated help file v9.1.0847
authorChristian Brabandt <cb@256bit.org>
Thu, 7 Nov 2024 22:05:57 +0000 (23:05 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 7 Nov 2024 22:05:57 +0000 (23:05 +0100)
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 <cb@256bit.org>
src/testdir/dumps/Test_popup_setbuf_04.vim [new file with mode: 0644]
src/testdir/dumps/Test_popup_setbuf_05.vim [new file with mode: 0644]
src/testdir/dumps/Test_popup_setbuf_06.vim [new file with mode: 0644]
src/version.c

diff --git a/src/testdir/dumps/Test_popup_setbuf_04.vim b/src/testdir/dumps/Test_popup_setbuf_04.vim
new file mode 100644 (file)
index 0000000..f55dbf3
--- /dev/null
@@ -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 (file)
index 0000000..f55dbf3
--- /dev/null
@@ -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 (file)
index 0000000..f55dbf3
--- /dev/null
@@ -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
index a1b75862f792f148ef87b56f4733daad2b96c2b7..fe1902e56a3fa3bbbc0e8c6fa24b55cb63ed5ed7 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    847,
 /**/
     846,
 /**/