commit | 97c2c05ead689f4a5de986c82531fcbd09295cda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 13:42:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 22 13:42:07 2019 +0100 |
tree | 50375633d0f13ead227f2cbfd1dc4a4dc61efeb7 | |
parent | 527a2d86fb375fcc7b34e80fc47f4c7126fc12ba [diff] [blame] |
patch 8.1.0969: message written during startup is truncated Problem: Message written during startup is truncated. Solution: Restore message after truncating. (closes 3969)
diff --git a/src/version.c b/src/version.c index 13f54e3..cd45fa0 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 969, +/**/ 968, /**/ 967,