1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2022-01-08 10:38:48 +00:00
committed by Bram Moolenaar
parent d844862bce
commit 370791465e
3 changed files with 264 additions and 6 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4037,
/**/
4036,
/**/