commit | 72981ac94ff7aeaa596d535448ee0bef46050acf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 19:50:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 19:50:41 2022 +0100 |
tree | 6e832cafa120b277b81936ac9d3057b65998eebf | |
parent | cb36c2a3cdd5610487dd830d430bf022f288328d [diff] [blame] |
patch 9.0.0107: condition always has the same value Problem: Condition always has the same value. Solution: Remove the condition.
diff --git a/src/version.c b/src/version.c index 44ee33f..79802aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105,