commit | 68ffe8cade5e0c52680c00cb9f3f87104fbe653a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 12:47:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 05 12:47:25 2021 +0200 |
tree | 0da38417649251488b5f243962829f2f48f11d64 | |
parent | f2dd9cb9958962302d33fab8fe6439645a2d1e1b [diff] [blame] |
patch 8.2.2713: folding code not sufficiently tested Problem: Folding code not sufficiently tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #8064)
diff --git a/src/version.c b/src/version.c index 986ad77..5fcc0f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2713, +/**/ 2712, /**/ 2711,