From: Christian Brabandt Date: Sun, 15 Dec 2024 09:38:57 +0000 (+0100) Subject: patch 9.1.0928: tests: test_popupwin fails because the filter command fails X-Git-Tag: v9.1.0928^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b48108d58ea30ba72b635af6ae8d888e7f0fe223;p=thirdparty%2Fvim.git patch 9.1.0928: tests: test_popupwin fails because the filter command fails Problem: tests: test_popupwin fails because the filter command fails Solution: add the "e" flag to the :s command to normalize the screendumps Last Change header so that it doesn't fail on "Pattern not found" The test might still fail, because the "Last Change" hader should always be part of the screendump, but at least the filter command should not cause aborting of the test script. 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 index f55dbf30d8..b0e9be872b 100644 --- a/src/testdir/dumps/Test_popup_setbuf_04.vim +++ b/src/testdir/dumps/Test_popup_setbuf_04.vim @@ -1,2 +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 +: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|/ge diff --git a/src/testdir/dumps/Test_popup_setbuf_05.vim b/src/testdir/dumps/Test_popup_setbuf_05.vim index f55dbf30d8..b0e9be872b 100644 --- a/src/testdir/dumps/Test_popup_setbuf_05.vim +++ b/src/testdir/dumps/Test_popup_setbuf_05.vim @@ -1,2 +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 +: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|/ge diff --git a/src/testdir/dumps/Test_popup_setbuf_06.vim b/src/testdir/dumps/Test_popup_setbuf_06.vim index f55dbf30d8..b0e9be872b 100644 --- a/src/testdir/dumps/Test_popup_setbuf_06.vim +++ b/src/testdir/dumps/Test_popup_setbuf_06.vim @@ -1,2 +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 +: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|/ge diff --git a/src/version.c b/src/version.c index 6166ce6e16..e795be6d33 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 */ +/**/ + 928, /**/ 927, /**/