changeset 30499:e24aa4284df6 v9.0.0585

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 <Bram@vim.org> 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Sep 2022 19:45:04 +0200
parents e376c8ad26fe
children cd643d74e4e0
files src/testdir/dumps/Test_quit_long_message.dump src/version.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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| 
--- 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,