1
0
forked from aniani/vim

patch 8.2.3937: Insert mode completion function is too long

Problem:    Insert mode completion function is too long.
Solution:   Refactor into multiple functions. (Yegappan Lakshmanan,
            closes #9423)
This commit is contained in:
Yegappan Lakshmanan
2021-12-29 17:38:46 +00:00
committed by Bram Moolenaar
parent ccc1644f95
commit edc6f10390
3 changed files with 552 additions and 346 deletions

View File

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