commit | fb222df28d5158516104a21cba7141a6240f4817 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 14 17:57:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 14 17:57:19 2019 +0200 |
tree | 6de535571696eae737efab50127a7e0f35b3680a | |
parent | 9e58787de737479fb210a3bfef7458d667406d17 [diff] [blame] |
patch 8.1.1331: test 29 is old style Problem: Test 29 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4370)
diff --git a/src/version.c b/src/version.c index 9ce9ab4..c862363 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1331, +/**/ 1330, /**/ 1329,