commit | 209d3874c19d73b209e7d223cf05ea22e183f408 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 21:52:51 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 21:52:51 2017 +0100 |
tree | e26d8336afd8f7dd305f0c750ee7895ab062e500 | |
parent | 7cb769a69f5b9d6951f4427c85e75f5b2909cf10 [diff] [blame] |
patch 8.0.1302: still too many old style tests Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)
diff --git a/src/version.c b/src/version.c index cf62d59..e38c188 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1302, +/**/ 1301, /**/ 1300,