commit | 606efc7df4c94104bbd24248106dd0e4ee6f7cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 19:52:47 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 12 19:52:47 2021 +0000 |
tree | 21f93e5bf51ef04a0baa3e5bd382a76ccf649453 | |
parent | 0a15c7676bccb0c9483579106318e785c6e40a7f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 65d9d10..4be3fd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3588, +/**/ 3587, /**/ 3586,