commit | 6a879878f4e1918a05244e6acd4c73c3135cf941 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 18:41:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 18:41:14 2022 +0100 |
tree | 6096a7589202a2124bf559a8946e9e16ecd4a8f8 | |
parent | dc21552c9a83413a018a91e61649cc632929d6a1 [diff] [blame] |
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/version.c b/src/version.c index 9740201..22e5424 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 585, +/**/ 584, /**/ 583,