commit | aa970abd0a987de96321d33db82f70bbceac931b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 16:10:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 02 16:10:39 2020 +0200 |
tree | cc8ef467c00b6274b7e221caa7850f22bcd667fc | |
parent | 8b89614e69b9b2330539d0482e44f4724053e780 [diff] [blame] |
patch 8.2.1354: test 59 is old style Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes #6604)
diff --git a/src/version.c b/src/version.c index f34402d..066724e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1354, +/**/ 1353, /**/ 1352,