patch 9.1.0847: tests: test_popupwin fails because of updated help file Commit: https://github.com/vim/vim/commit/28d3941ede2995b76755ec1fab7f347bc1663b86 Author: Christian Brabandt <c...@256bit.org> Date: Thu Nov 7 23:05:57 2024 +0100
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 <c...@256bit.org> 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 000000000..f55dbf30d --- /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 000000000..f55dbf30d --- /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 000000000..f55dbf30d --- /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 a1b75862f..fe1902e56 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, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1t9AmM-004sCk-Q4%40256bit.org.