]> granicus.if.org Git - vim/commit
patch 9.0.0040: use of set_chars_option() is confusing v9.0.0040
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Jul 2022 20:03:36 +0000 (21:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Jul 2022 20:03:36 +0000 (21:03 +0100)
commitb67f0c8e495cfbfc09d6c7ff670b8162faf07b01
treea2ac931d3af9d6aae328acef53475e9717791aa0
parent4c99e622ddd1cc0527262fda3b93e8e70f017371
patch 9.0.0040: use of set_chars_option() is confusing

Problem:    Use of set_chars_option() is confusing.
Solution:   Add "apply" argument to store the result or not.  Merge similar
            code.
src/mbyte.c
src/option.c
src/optionstr.c
src/proto/screen.pro
src/screen.c
src/version.c