commit | 4a137b45864310060410f34cb9c7d0f0231bb256 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 04 22:37:11 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 04 22:37:11 2017 +0200 |
tree | fbd29799c3e3fc89ff3e81c022827b5f2b5ebdf7 | |
parent | 6b7355a30ddd294c19cd9be924d487d592ccfae1 [diff] [blame] |
patch 8.0.0861: still many old style tests Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f716a4c..5a77e0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 861, +/**/ 860, /**/ 859,