summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-27 21:10:31 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-27 21:10:31 +0200
commitadb78a77ebb47627bcf73bd16ac1119d970e17c8 (patch)
tree295be0457f998f32fed7a9fb302dff0f71ac79a9 /src/version.c
parent688e3d1fd9b9129a5ba0e0d599ccfe6f4443daf3 (diff)
patch 7.4.1965v7.4.1965
Problem: When using a job in raw mode to append to a buffer garbage characters are added. Solution: Do not replace the trailing NUL with a NL. (Ozaki Kiichi)
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 087c2d8815..85019976bb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1965,
+/**/
1964,
/**/
1963,