commit | f6782732ab4acd02211923fbdccb457dacaf277e | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Jul 27 18:26:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 18:26:03 2022 +0100 |
tree | 4626f91aa4b1ca65a1867b99a5e328995b5b389a | |
parent | 122dea70073d140aa89212d344c3f62bd3b5b3fa [diff] [blame] |
patch 9.0.0096: flag "new_value_alloced" is always true Problem: Flag "new_value_alloced" is always true. Solution: Remove "new_value_alloced". (closes #10792)
diff --git a/src/version.c b/src/version.c index 064d566..967f7aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 96, +/**/ 95, /**/ 94,