commit | efb6482949580ab89e6d7c5e1cb8d744ddd6ef80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 22:15:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 10 22:15:30 2020 +0200 |
tree | 7fac2d5d54a58ab25143e294179e3f4dd90e28cf | |
parent | 3e06a1e2a8c0854c881574f33363e00264db1f1d [diff] [blame] |
patch 8.2.1417: test 49 is old style Problem: Test 49 is old style. Solution: Convert more parts to new style test. (Yegappan Lakshmanan, closes #6682)
diff --git a/src/version.c b/src/version.c index 627df99..662a17c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1417, +/**/ 1416, /**/ 1415,