commit | 6c41bedeed2a1f98fb9c55ff85634138782ad92a | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Feb 10 14:50:31 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 10 14:50:31 2023 +0000 |
tree | b2492f0a026aa9b13f62b7dd6c14cf9c453c7235 | |
parent | 80b817b7494b5b162efd2d0d308933f81aef7c45 [diff] [blame] |
patch 9.0.1295: the option initialization function is too long Problem: The option initialization function is too long. Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11966)
diff --git a/src/version.c b/src/version.c index e3563c6..0f259bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1295, +/**/ 1294, /**/ 1293,