commit | b67f0c8e495cfbfc09d6c7ff670b8162faf07b01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 21:03:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 21:03:36 2022 +0100 |
tree | a2ac931d3af9d6aae328acef53475e9717791aa0 | |
parent | 4c99e622ddd1cc0527262fda3b93e8e70f017371 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index b2c63c4..ed2cadd 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 40, +/**/ 39, /**/ 38,