commit | 430dc5d360166ca5bb6a73f2c87ae53e09282ecb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 21:04:47 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 21:04:47 2017 +0100 |
tree | 476135bdc6d06c93ae3ab9baa27e50d35c2a7796 | |
parent | 8889a5c305e69aa49fd08036e624e365097a5b7b [diff] [blame] |
patch 8.0.1253: 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 #2272)
diff --git a/src/version.c b/src/version.c index 59ecefe..0595104 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1253, +/**/ 1252, /**/ 1251,