commit | dd41037552c1be3548d2ce34bb1c889f14edb553 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Sun May 15 13:59:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 15 13:59:11 2022 +0100 |
tree | 92d4352bf89c6918c9c7e5254c438bc183997bfb | |
parent | b559b302e0ecc6fced03d5201dc30f10cff7af0a [diff] [blame] |
patch 8.2.4958: a couple conditions are always true Problem: A couple conditions are always true. Solution: Remove the conditions. (Goc Dundar, closes #10428)
diff --git a/src/version.c b/src/version.c index 711349a..856922e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4958, +/**/ 4957, /**/ 4956,