commit | 9b73c4a215cb5f0f7df1e7f0663aea2bce1914ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 22:30:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 22:30:08 2017 +0100 |
tree | be3b7d6654d9734e148279088ec719e95e5d66d5 | |
parent | e13b9afe1283f5ae43232b5992372a0eb570666c [diff] [blame] |
patch 8.0.0178: command count test fails on MS-Windows Problem: test_command_count may fail when a previous test interferes, seen on MS-Windows. Solution: Run it separately.
diff --git a/src/version.c b/src/version.c index a0887dd..1b64d58 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 178, +/**/ 177, /**/ 176,