commit | 78a8404f8b6ad0152614d5fdc3ec277444c1eee5 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Wed Feb 09 15:20:39 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 09 15:20:39 2022 +0000 |
tree | 4c314ce91f7868aa77675b3311651162ef9f67f8 | |
parent | 769f5895ebfd10535a0ad978f071da8f20178fc6 [diff] [blame] |
patch 8.2.4337: part of condition is always true Problem: Part of condition is always true. Solution: Remove that part of the condition. (closes #9729)
diff --git a/src/version.c b/src/version.c index 824f172..a02fefd 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4337, +/**/ 4336, /**/ 4335,