commit | 169ebb080454357279ad5ad21ac532deaec605e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 23:32:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 23:32:23 2016 +0200 |
tree | aba4f112c4658fcb7add624d8c6638f7e712904a | |
parent | 53f1673cd909eb1c809c6a9086e3d104a0df9bed [diff] [blame] |
patch 7.4.2344 Problem: The "Reading from channel output..." message can be unwanted. Appending to a buffer leaves an empty first line behind. Solution: Add the "out_msg" and "err_msg" options. Writing the first line overwrites the first, empty line.
diff --git a/src/version.c b/src/version.c index 726089b..634c128 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2344, +/**/ 2343, /**/ 2342,