commit | ec68a99464055029c01082762517e97245ddae0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 21:37:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 03 21:37:41 2016 +0200 |
tree | 36558e0f7c6a0bb29bb62f19aa3b0d73371e6305 | |
parent | 84dbd494dca599ecff05b2c2279d402c12e6d197 [diff] [blame] |
patch 8.0.0022 Problem: If a channel in NL mode is missing the NL at the end the remaining characters are dropped. Solution: When the channel is closed use the remaining text. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index dc8e9cf..4fd2982 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 22, +/**/ 21, /**/ 20,