commit | df0db16cf74281a83a9ea3388a2ef9aedccd013c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 20:37:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 20:37:41 2016 +0200 |
tree | 7058882833c78454f6cb8c1425dea02eeb0fe182 | |
parent | 72b4b870fcc445c14faf282e0595b5f9406b101d [diff] [blame] |
patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 63ee919..1dbd6aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2336, +/**/ 2335, /**/ 2334,