commit | 5d96e3ae534ade8ed09a5de9ff8fd7519537ec28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 21:47:01 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 21:47:01 2016 +0200 |
tree | 18290c17b9be77a51fe35d9de8a14e8017bd0637 | |
parent | 36e0f7da9bc4a6ee8a7b17df503542a339e034c8 [diff] [blame] |
patch 7.4.1825 Problem: When job writes to buffer nothing is written. (Nicola) Solution: Do not discard a channel before writing is done.
diff --git a/src/version.c b/src/version.c index 6ee3c96..a6f85c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1825, +/**/ 1824, /**/ 1823,