summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-07 20:45:06 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-07 20:45:06 +0200
commitbf2cc5f36d5ffd5de445e6970602000c7869b65a (patch)
tree5f781b03b478365b69a33b8a37d1bc39b5456c15 /src/version.c
parentdcb170018642ec144cd87d9d9fe076575b8d1263 (diff)
patch 7.4.1998v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d606bab2ab..368d1b8be2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1998,
+/**/
1997,
/**/
1996,