summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-01-08 10:38:48 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-08 10:38:48 +0000
commit370791465e745354d66696de8cbd15504cf958c0 (patch)
tree3210fcfebb5476720060e6a8b36deab2e16952d5 /src/version.c
parentd844862bcec5db210116847a67de93578ba781d7 (diff)
patch 8.2.4037: Insert mode completion is insufficiently testedv8.2.4037
Problem: Insert mode completion is insufficiently tested. Solution: Add more tests. Fix uncovered memory leak. (Yegappan Lakshmanan, closes #9489)
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 e86bd10336..9d568b64d2 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 */
/**/
+ 4037,
+/**/
4036,
/**/
4035,