commit | 8ca29b6a3599b82b8822b7697cad63d0244c2d59 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Aug 09 12:53:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 12:53:14 2022 +0100 |
tree | 9abef23b2de61a59e95a317edc9cabdf40425637 | |
parent | afa23d1b99692e3c726eb694933ab348b442a1e4 [diff] [blame] |
patch 9.0.0176: checking character options is duplicated and incomplete Problem: Checking character options is duplicated and incomplete. Solution: Move checking to check_chars_options(). (closes #10863)
diff --git a/src/version.c b/src/version.c index 3944953..0334bf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 176, +/**/ 175, /**/ 174,