commit | c481ad38f05c9f759ca7fd01a54c78acad794e85 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Mar 11 16:18:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 11 16:18:51 2023 +0000 |
tree | 4264187f2efa8ccc8b0e31320a5cfa850ad04247 | |
parent | 5145c9a829cd43cb9e7962b181bf99226eb3a53f [diff] [blame] |
patch 9.0.1401: condition is always true Problem: Condition is always true. Solution: Remove the condition. (closes #12139)
diff --git a/src/version.c b/src/version.c index b1d88f4..0265c47 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1401, +/**/ 1400, /**/ 1399,