commit | edc6f103907a004b9e2265e232dc8be8bc594601 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Dec 29 17:38:46 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 17:38:46 2021 +0000 |
tree | 75106955f3c054d14125f45ee8afca013bc5e619 | |
parent | ccc1644f95e7833c23fa0d440e42293c1622fdcb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8aebc2c..68ce1c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3937, +/**/ 3936, /**/ 3935,