commit | 4740394f230dda09d6e9337465305741d8ee4fa3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 21:12:53 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 21:12:53 2022 +0100 |
tree | 15df0adfa14e3065a1c1e5fb8348de43c5f55495 | |
parent | 6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6 [diff] [blame] |
patch 9.0.0537: the do_set() function is much too long Problem: The do_set() function is much too long. Solution: Move setting of a string option to a separate function.
diff --git a/src/version.c b/src/version.c index 75611d1..e6045d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 537, +/**/ 536, /**/ 535,