commit | 80b817b7494b5b162efd2d0d308933f81aef7c45 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Feb 09 22:08:52 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 22:08:52 2023 +0000 |
tree | 7ae37a1ab27c183aa8f4b448e59016355b80723e | |
parent | 0caaf1e46511f7a92e036f05e6aa9d5992540117 [diff] [blame] |
patch 9.0.1294: the set_bool_option() function is too long Problem: The set_bool_option() function is too long. Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11964)
diff --git a/src/version.c b/src/version.c index cc4345d..e3563c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1294, +/**/ 1293, /**/ 1292,