commit | f2e30d0c448b9754d0d4daa901b51fbbf4c30747 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Jan 30 13:04:42 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 13:04:42 2023 +0000 |
tree | 06e9f4c86a67ae8004ce6527cc0c7e2841e04c1a | |
parent | 2a99fe6c41efcd5d1eb47823e7e73cf391e230ba [diff] [blame] |
patch 9.0.1262: the did_set_string_option function is too long Problem: The did_set_string_option function is too long. Solution: Split off functionality to individual functions. (Yegappan Lakshmanan, Lewis Russell, closes #11904)
diff --git a/src/version.c b/src/version.c index 3dcac43..bb15492 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1262, +/**/ 1261, /**/ 1260,