0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.3953: insert completion code is too complicated

Problem:    Insert completion code is too complicated.
Solution:   More refactoring.  Move function arguments into a struct.
            (Yegappan Lakshmanan, closes #9437)
This commit is contained in:
Yegappan Lakshmanan 2021-12-31 12:59:53 +00:00 committed by Bram Moolenaar
parent 1fa3de1ce8
commit 6ad84ab3e4
2 changed files with 612 additions and 569 deletions

File diff suppressed because it is too large Load Diff

View File

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