commit | f7c4d83609acdfe0e4d0fec9413697ac97c0c3f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 20:42:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 20:42:19 2020 +0200 |
tree | 7872b2cb248f6e0bd9624bee8a0885185d9e82e1 | |
parent | 59eccb92e3c68f65525e08d2113213ff7d7ed00a [diff] [blame] |
patch 8.2.1420: test 49 is old style Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
diff --git a/src/version.c b/src/version.c index 990b945..a31436b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1420, +/**/ 1419, /**/ 1418,