commit | 1f068233c101ecf5966e6df14853fe68f08175a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 16:17:26 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 03 16:17:26 2019 +0100 |
tree | 3d81492fbb6acffd26fe69b81ddc124685e6bcc3 | |
parent | 2f7b7b1e123d505637d21e0df28eb9e92667479c [diff] [blame] |
patch 8.1.2246: some tests are still in old style Problem: Some tests are still in old style. Solution: Change a few tests to new style. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index d7c8c8b..5089d7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2246, +/**/ 2245, /**/ 2244,