commit | ea720aea851e645f4c8ec3b20afb27c7ca38184c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Jan 03 10:54:09 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 03 10:54:09 2023 +0000 |
tree | 3a938313dee390b08effa7ae0818126993cf71ff | |
parent | e83c133eb900898c39e6935a5d569308ff882342 [diff] [blame] |
patch 9.0.1137: some conditions are always false Problem: Some conditions are always false. Solution: Remove the useless conditions. (closes #11776)
diff --git a/src/version.c b/src/version.c index ab0c923..470853f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1137, +/**/ 1136, /**/ 1135,