commit | 7d40b8a532fa2ce768f200ab118870d17875a7fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 12:52:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 12:52:59 2020 +0200 |
tree | 4910e2178308753bee7a5629cc57fb098371e7e3 | |
parent | 37394ff75270877a032422abcd079a6732a29730 [diff] [blame] |
patch 8.2.1295: tests 44 and 99 are old style Problem: Tests 44 and 99 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #6536)
diff --git a/src/version.c b/src/version.c index 27015c2..fe9b787 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1295, +/**/ 1294, /**/ 1293,