commit | db51007108a6ab0671e7f7b4844557cbe647185f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 28 21:52:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 28 21:52:17 2017 +0200 |
tree | add62305033a8f8aacc513705f5eb15d61ff3174 | |
parent | 24a98a0eb77245adc50facad8b735b20bfd31a7e [diff] [blame] |
patch 8.0.1158: still old style tests Problem: Still old style tests. Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index cf76f81..f45ad7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1158, +/**/ 1157, /**/ 1156,