commit | 53f0c962394dc6bc66d5b0762af9434e672d1b25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 14:23:59 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 14:23:59 2017 +0200 |
tree | d38aea2f246572279327e24876e4f7760df650de | |
parent | 6b89dbb55f84c485310c8c9e094dbafe3ecbace6 [diff] [blame] |
patch 8.0.1209: 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 #2230)
diff --git a/src/version.c b/src/version.c index d9a3fdb..b0eefff 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1209, +/**/ 1208, /**/ 1207,