commit | c6b37db1ba704455daa8f9e78bc1c2492fb81f40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 18:00:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 27 18:00:34 2019 +0200 |
tree | efcf0a80525a0fc79ae3f5b9f24ba0330f51ee1e | |
parent | e13a3901cae0afb4d2af30d497696af08029fd81 [diff] [blame] |
patch 8.1.1214: old style tests Problem: Old style tests. Solution: Move tests from test14 to new style test files. (Yegappan Lakshmanan, closes #4308)
diff --git a/src/version.c b/src/version.c index 88763e5..e6dc264 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1214, +/**/ 1213, /**/ 1212,