commit | cd055da370114f66c960be9c8b1eb0f33a9e0a85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 19:50:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 19:50:48 2016 +0200 |
tree | ec108b086ec04c67bc4f71e40b8128f9f021b60b | |
parent | da9ce2cde11ddd0e16cdfbab6d4ac4e8110218e1 [diff] [blame] |
patch 7.4.2307 Problem: Several tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index d68b76c..179de6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2307, +/**/ 2306, /**/ 2305,