]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3588: break statement is never reached v8.2.3588
authorBram Moolenaar <Bram@vim.org>
Fri, 12 Nov 2021 19:52:47 +0000 (19:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 12 Nov 2021 19:52:47 +0000 (19:52 +0000)
commit606efc7df4c94104bbd24248106dd0e4ee6f7cfa
tree21f93e5bf51ef04a0baa3e5bd382a76ccf649453
parent0a15c7676bccb0c9483579106318e785c6e40a7f
patch 8.2.3588: break statement is never reached

Problem:    Break statement is never reached.
Solution:   Rely on return value of set_chars_option() not changing.
            (closes #9103)
src/optionstr.c
src/version.c