summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-06-13 21:52:48 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-13 21:52:48 +0200
commit2d6d718dde7163c971d37b8f4f1ed8f2d25de130 (patch)
tree6f2deb1e3ca27a26a719dd2dff28b583ba3714e7 /src/version.c
parent5ffefbb35aba2448099314a9e09714d2f3b2b1bd (diff)
downloadvim-git-8.2.2994.tar.gz
patch 8.2.2994: various code is not fully testedv8.2.2994
Problem: Various code is not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8378)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b685257e5..58bd42016 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2994,
+/**/
2993,
/**/
2992,