commit | 93bf558caef2d507ef6baf56eaf6025b63da1e34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 22:25:47 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 22:25:47 2016 +0100 |
tree | 00156a8c6ddac03157222a15db859167306494dc | |
parent | 81661fb86801e6d6e5194b43dfd27d73fcc016ec [diff] [blame] |
patch 7.4.1352 Problem: The test script lists all functions before executing them. Solution: Only list the function currently being executed.
diff --git a/src/version.c b/src/version.c index 7165228..c46e447 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1352, +/**/ 1351, /**/ 1350,