]> granicus.if.org Git - vim/commit
patch 9.0.0537: the do_set() function is much too long v9.0.0537
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Sep 2022 20:12:53 +0000 (21:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Sep 2022 20:12:53 +0000 (21:12 +0100)
commit4740394f230dda09d6e9337465305741d8ee4fa3
tree15df0adfa14e3065a1c1e5fb8348de43c5f55495
parent6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6
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.
src/option.c
src/version.c