From: Bram Moolenaar Date: Wed, 15 Dec 2021 19:46:59 +0000 (+0000) Subject: patch 8.2.3819: test fails because error message changed X-Git-Tag: v8.2.3819 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=427f065a885629db430dd06ccda8b1318b8a5e92;p=vim patch 8.2.3819: test fails because error message changed Problem: Test fails because error message changed. Solution: Update screendumps. --- diff --git a/src/testdir/dumps/Test_popupwin_three_errors_1.dump b/src/testdir/dumps/Test_popupwin_three_errors_1.dump index 2bf9a541e..64b1a7541 100644 --- a/src/testdir/dumps/Test_popupwin_three_errors_1.dump +++ b/src/testdir/dumps/Test_popupwin_three_errors_1.dump @@ -6,5 +6,5 @@ |~| @73 |~| @73 |~| @73 -|E+0#ffffff16#e000002|8|9|6|:| |A|r|g|u|m|e|n|t| |o|f| |f|i|l|t|e|r|(|)| |m|u|s|t| |b|e| |a| |L|i|s|t|,| |D|i|c|t|i|o|n|a|r|y| |o|r| |B|l|o|b| +0#0000000#ffffff0@13 +|E+0#ffffff16#e000002|1|2|5|0|:| |A|r|g|u|m|e|n|t| |o|f| |f|i|l|t|e|r|(|)| |m|u|s|t| |b|e| |a| |L|i|s|t|,| |S|t|r|i|n|g|,| |D|i|c|t|i|o|n|a|r|y| |o|r| |B|l|o|b| +0#0000000#ffffff0@4 @57|0|,|0|-|1| @8|A|l@1| diff --git a/src/testdir/dumps/Test_popupwin_three_errors_2.dump b/src/testdir/dumps/Test_popupwin_three_errors_2.dump index 09550a226..aa90915b7 100644 --- a/src/testdir/dumps/Test_popupwin_three_errors_2.dump +++ b/src/testdir/dumps/Test_popupwin_three_errors_2.dump @@ -6,5 +6,5 @@ |~| @73 |~| @73 |~| @73 -|E+0#ffffff16#e000002|8|9|6|:| |A|r|g|u|m|e|n|t| |o|f| |f|i|l|t|e|r|(|)| |m|u|s|t| |b|e| |a| |L|i|s|t|,| |D|i|c|t|i|o|n|a|r|y| |o|r| |B|l|o|b| +0#0000000#ffffff0@13 +|E+0#ffffff16#e000002|1|2|5|0|:| |A|r|g|u|m|e|n|t| |o|f| |f|i|l|t|e|r|(|)| |m|u|s|t| |b|e| |a| |L|i|s|t|,| |S|t|r|i|n|g|,| |D|i|c|t|i|o|n|a|r|y| |o|r| |B|l|o|b| +0#0000000#ffffff0@4 @57|0|,|0|-|1| @8|A|l@1| diff --git a/src/version.c b/src/version.c index d48206f18..f29571e87 100644 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3819, /**/ 3818, /**/