commit | 309976ec1f033c68480bbc8cc363db5b5ea944f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 18:16:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 05 18:16:33 2019 +0100 |
tree | eb545ed4d4aec0f711bd82b30f6cd733a04d2ced | |
parent | 707d226ac58da752ecc6b7620055fb1df3957a27 [diff] [blame] |
patch 8.1.2390: test94 is old style, fix 7.4.441 not tested Problem: Test94 is old style, fix 7.4.441 not tested. Solution: Turn test94 into a new style test. Add tests for the fix in patch 7.4.441. (Yegappan Lakshmanan, closes #5316)
diff --git a/src/version.c b/src/version.c index 71d184f..12aaf57 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2390, +/**/ 2389, /**/ 2388,