commit | c5af40ae646ceda817eff93b4f9ba274f031bea6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 21:49:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 21:49:06 2016 +0200 |
tree | a87818ca2c89922c3ac4384b880bfb59e62cd23a | |
parent | bde9810d6103ffe3a22a9330021cb21db1ed1792 [diff] [blame] |
patch 7.4.1978 Problem: Large file test does not delete its output. Solution: Delete the output. Check size properly when possible. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 00b8894..1613a72 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1978, +/**/ 1977, /**/ 1976,