commit | 6ad84ab3e48d9490e4139df04f2c55b136f5501d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Dec 31 12:59:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 12:59:53 2021 +0000 |
tree | 18ed17aaca9b747046507d308bc16bebffe0b877 | |
parent | 1fa3de1ce806ba18ebcc00c6d9a0678a84735463 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5f24ba4..1e955c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3953, +/**/ 3952, /**/ 3951,