commit | 0caaf1e46511f7a92e036f05e6aa9d5992540117 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Feb 09 12:23:17 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 12:23:17 2023 +0000 |
tree | 3dd5218ea3bd19585569140c9b22c45b72a2972a | |
parent | 313e4724c3b4f6d7454b45b89da08f83a2a0c77e [diff] [blame] |
patch 9.0.1293: the set_num_option() is too long Problem: The set_num_option() is too long. Solution: Move code to separate functions. (Yegappan Lakshmanan, closes #11954)
diff --git a/src/version.c b/src/version.c index 2c86c48..cc4345d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1293, +/**/ 1292, /**/ 1291,