commit | bf7ff61af490a2fbc0d9c7d42f3bb7eb7d37127e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 12:52:07 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 12:52:07 2021 +0000 |
tree | b5163f9d91a7b0389ddc7cc7551b8f8bee213859 | |
parent | ef8f04b1d1daf2e0be8fa38dedcae84ebfc5ffb4 [diff] [blame] |
patch 8.2.3912: the ins_complete() function is much too long Problem: The ins_complete() function is much too long. Solution: Split it up into multiple functions. (Yegappan Lakshmanan, closes #9414)
diff --git a/src/version.c b/src/version.c index 0d99bb8..06a0a33 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3912, +/**/ 3911, /**/ 3910,