# HG changeset patch # User Bram Moolenaar # Date 1664127904 -7200 # Node ID e24aa4284df62cc6f2993fb9ddbbf1147d002bfd # Parent e376c8ad26fe33171902fb0443e43f95b87eb86a patch 9.0.0585: when long message test fails the error message is not visible Commit: https://github.com/vim/vim/commit/6a879878f4e1918a05244e6acd4c73c3135cf941 Author: Bram Moolenaar Date: Sun Sep 25 18:41:14 2022 +0100 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -700,6 +700,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 585, +/**/ 584, /**/ 583,