commit | 370791465e745354d66696de8cbd15504cf958c0 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jan 08 10:38:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 10:38:48 2022 +0000 |
tree | 3210fcfebb5476720060e6a8b36deab2e16952d5 | |
parent | d844862bcec5db210116847a67de93578ba781d7 [diff] [blame] |
patch 8.2.4037: Insert mode completion is insufficiently tested Problem: Insert mode completion is insufficiently tested. Solution: Add more tests. Fix uncovered memory leak. (Yegappan Lakshmanan, closes #9489)
diff --git a/src/version.c b/src/version.c index e86bd10..9d568b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4037, +/**/ 4036, /**/ 4035,