commit | bb962262eb6b18d93161d7506317d215ae80bfe5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 00:01:35 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 08 00:01:35 2017 +0100 |
tree | 1fb08a4dbdd955ffc90f158f7a1220cf56e743bc | |
parent | e8512d7fedbddd8d464b2c589e6ba5ab9a41bc78 [diff] [blame] |
patch 8.0.0430: options test fails or hangs on MS-Windows Problem: Options test fails or hangs on MS-Windows. Solution: Run it separately instead of part of test_alot. Use "-S" instead of "-u" to run the script. Fix failures.
diff --git a/src/version.c b/src/version.c index e8779f5..1c5dea4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 430, +/**/ 429, /**/ 428,