1
0
forked from aniani/vim

patch 8.2.3912: the ins_complete() function is much too long

Problem:    The ins_complete() function is much too long.
Solution:   Split it up into multiple functions. (Yegappan Lakshmanan,
            closes #9414)
This commit is contained in:
Bram Moolenaar
2021-12-27 12:52:07 +00:00
parent ef8f04b1d1
commit bf7ff61af4
2 changed files with 368 additions and 258 deletions

View File

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