commit | 7eae47af89580df07a72079405a0e7b8aad784a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 17:49:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 17:49:44 2016 +0100 |
tree | 6127d9929e12a5cd547351ab4081859413ad8f49 | |
parent | 40a346dc19a75f2be1b2d491053487cf365dd7d4 [diff] [blame] |
patch 7.4.1020 Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
diff --git a/src/version.c b/src/version.c index 70c54aa..a2eded5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1020, +/**/ 1019, /**/ 1018,