commit | 15993ce9210e8b8d4bc11e1d640f6447b18d3e6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 20:21:44 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 26 20:21:44 2017 +0200 |
tree | 1c1558bba5fb9a3bd1cfa6d8d494aeca2bd83097 | |
parent | 235dddf1f4afe3a40047dbf2aca1bd177b7be18b [diff] [blame] |
patch 8.0.1221: 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 #2256)
diff --git a/src/version.c b/src/version.c index a3b48b5..88d8995 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1221, +/**/ 1220, /**/ 1219,