commit | 604619784c7f9007a883c123231d080598bd49f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 17:17:10 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 17:17:10 2015 +0100 |
tree | b4a7f8464da40eb34222cea76cf301613959240b | |
parent | f49e240c2def978247fa457aa105bb3024413f7d [diff] [blame] |
patch 7.4.1002 Problem: Cannot run an individual test on MS-Windows. Solution: Move the rule to run test1 downwards. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 49199ae..62271ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1002, +/**/ 1001, /**/ 1000,