commit | 2d6d718dde7163c971d37b8f4f1ed8f2d25de130 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jun 13 21:52:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 21:52:48 2021 +0200 |
tree | 6f2deb1e3ca27a26a719dd2dff28b583ba3714e7 | |
parent | 5ffefbb35aba2448099314a9e09714d2f3b2b1bd [diff] [blame] |
patch 8.2.2994: various code is not fully tested Problem: Various code is not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8378)
diff --git a/src/version.c b/src/version.c index b685257..58bd420 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2994, +/**/ 2993, /**/ 2992,