commit | 1f3e7d3bf0aa1e015a591ce8f7ee7ab56589b452 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 06 20:43:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 06 20:43:36 2019 +0100 |
tree | b913cc81a66ae314a03bb9475f3bab3804e4fe2b | |
parent | bef93ac9dbfb98193ddb315c50523f1af01a517d [diff] [blame] |
patch 8.1.2400: test39 is old style Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
diff --git a/src/version.c b/src/version.c index 4ca28a5..8d4f945 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2400, +/**/ 2399, /**/ 2398,