]> granicus.if.org Git - vim/commit
patch 9.0.1262: the did_set_string_option function is too long v9.0.1262
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 30 Jan 2023 13:04:42 +0000 (13:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 Jan 2023 13:04:42 +0000 (13:04 +0000)
commitf2e30d0c448b9754d0d4daa901b51fbbf4c30747
tree06e9f4c86a67ae8004ce6527cc0c7e2841e04c1a
parent2a99fe6c41efcd5d1eb47823e7e73cf391e230ba
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)
13 files changed:
src/gui_xim.c
src/insexpand.c
src/ops.c
src/optionstr.c
src/proto/gui_xim.pro
src/proto/insexpand.pro
src/proto/ops.pro
src/proto/quickfix.pro
src/proto/tag.pro
src/quickfix.c
src/spell.c
src/tag.c
src/version.c