commit | fb094e14c19337de824d4e6710ca6a2617930ab0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 05 20:59:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 05 20:59:28 2017 +0100 |
tree | 4738265336181b11c8f7bb6d5b7f41d92753a208 | |
parent | 8fdb35a974d92c7d0267bc8988aa6af74ee6885d [diff] [blame] |
patch 8.0.1271: 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 #2290)
diff --git a/src/version.c b/src/version.c index a3019c4..de43d30 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1271, +/**/ 1270, /**/ 1269,