From: Bram Moolenaar Date: Sun, 25 Sep 2022 17:41:14 +0000 (+0100) Subject: patch 9.0.0585: when long message test fails the error message is not visible X-Git-Tag: v9.0.0585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a879878f4e1918a05244e6acd4c73c3135cf941;p=thirdparty%2Fvim.git patch 9.0.0585: when long message test fails the error message is not visible Problem: When long message test fails the error message is not visible. Solution: Dump more lines. --- diff --git a/src/testdir/dumps/Test_quit_long_message.dump b/src/testdir/dumps/Test_quit_long_message.dump index 962474762f..270a23344e 100644 --- a/src/testdir/dumps/Test_quit_long_message.dump +++ b/src/testdir/dumps/Test_quit_long_message.dump @@ -3,4 +3,8 @@ |~| @73 |~| @73 |~| @73 +|~| @73 +|~| @73 +|~| @73 +|~| @73 | +0#0000000&@56|0|,|0|-|1| @8|A|l@1| diff --git a/src/version.c b/src/version.c index 9740201f2a..22e54241bd 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 585, /**/ 584, /**/