commit | 5299c0933f942c61bfd48064c91365e518fa868c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Apr 12 20:48:16 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 12 20:48:16 2023 +0100 |
tree | 0f99e21c7b84aa1afd60153aa4c549d6d7324c69 | |
parent | 01967f5b1042b375b38098eceaf31671902c8dbb [diff] [blame] |
patch 9.0.1446: unnecessary checks for the "skip" flag when skipping Problem: Unnecessary checks for the "skip" flag when skipping. Solution: Remove the unnecessary checks. (closes #12254)
diff --git a/src/version.c b/src/version.c index e9a53d7..f1c3311 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1446, +/**/ 1445, /**/ 1444,