summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-01 21:49:06 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-01 21:49:06 +0200
commitc5af40ae646ceda817eff93b4f9ba274f031bea6 (patch)
treea87818ca2c89922c3ac4384b880bfb59e62cd23a /src/version.c
parentbde9810d6103ffe3a22a9330021cb21db1ed1792 (diff)
patch 7.4.1978v7.4.1978
Problem: Large file test does not delete its output. Solution: Delete the output. Check size properly when possible. (Ken Takata)
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 00b88943ce..1613a72224 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 */
/**/
+ 1978,
+/**/
1977,
/**/
1976,