commit | bf2cc5f36d5ffd5de445e6970602000c7869b65a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 20:45:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 20:45:06 2016 +0200 |
tree | 5f781b03b478365b69a33b8a37d1bc39b5456c15 | |
parent | dcb170018642ec144cd87d9d9fe076575b8d1263 [diff] [blame] |
patch 7.4.1998 Problem: When writing buffer lines to a job there is no NL to NUL conversion. Solution: Make it work symmetrical with writing lines from a job into a buffer.
diff --git a/src/version.c b/src/version.c index d606bab..368d1b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1998, +/**/ 1997, /**/ 1996,