commit | 474891bc89e657100bd37c29129451a0e601879d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Apr 12 21:36:03 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 12 21:36:03 2023 +0100 |
tree | 595227a90e441361c1f6f2102669873b24ed08cd | |
parent | 5299c0933f942c61bfd48064c91365e518fa868c [diff] [blame] |
patch 9.0.1447: condition is always true Problem: Condition is always true. Solution: Remove the useless condition. (closes #12253)
diff --git a/src/version.c b/src/version.c index f1c3311..60de2bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1447, +/**/ 1446, /**/ 1445,