commit | fcba86c0316dc0d6341078b50e7967206a1627a0 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Sep 22 13:57:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 13:57:32 2022 +0100 |
tree | 0b9a15b15ca644e7be2ec329481a5ae9cb29fc8b | |
parent | e24b5e0b0f5ab015215ef2761baa98ccb1ba8606 [diff] [blame] |
patch 9.0.0544: minor issues with setting a string option Problem: Minor issues with setting a string option. Solution: Adjust the code, add a test. (closes #11192)
diff --git a/src/version.c b/src/version.c index d369456..d9bcbbc 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 544, +/**/ 543, /**/ 542,