]> granicus.if.org Git - vim/commit
patch 9.0.1275: the code for setting options is too complicated v9.0.1275
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 2 Feb 2023 16:34:11 +0000 (16:34 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Feb 2023 16:34:11 +0000 (16:34 +0000)
commit78012f55faf7444e554c0a97a589d99fa215bea9
tree1be0c2873a9fe80dbd806eba1167501c3eb351fa
parentbe4e01637e71c8d5095c33b9861fd70b41476732
patch 9.0.1275: the code for setting options is too complicated

Problem:    The code for setting options is too complicated.
Solution:   Refactor the do_set() function. (Yegappan Lakshmanan, Lewis
            Russell, closes #11932)
src/option.c
src/optionstr.c
src/version.c