diff options
author | Yegappan Lakshmanan <yegappan@yahoo.com> | 2021-06-13 21:52:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-06-13 21:52:48 +0200 |
commit | 2d6d718dde7163c971d37b8f4f1ed8f2d25de130 (patch) | |
tree | 6f2deb1e3ca27a26a719dd2dff28b583ba3714e7 /src/version.c | |
parent | 5ffefbb35aba2448099314a9e09714d2f3b2b1bd (diff) | |
download | vim-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.c | 2 |
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, |