commit | 5d2e007ccbfbd749a1f201d06965b8811ff50e6e | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Dec 30 11:40:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 30 11:40:53 2021 +0000 |
tree | cd809a9394828e20fc4589ef98233c00200272da | |
parent | 491669701c72578f273db53e579d8a03a9deac0c [diff] [blame] |
patch 8.2.3944: insert mode completion functions are too long Problem: Insert mode completion functions are too long. Solution: Split up into multiple functions. (Yegappan Lakshmanan, closes #9431)
diff --git a/src/version.c b/src/version.c index c7644a4..f5f3c30 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3944, +/**/ 3943, /**/ 3942,