commit | a15ef4588c057da87f64be5b17aef35aaead8ac8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 16:46:00 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 16:46:00 2018 +0100 |
tree | ab7a31aa6eddca5f18a66db878a4a1075450379e | |
parent | 9d32276b52a63fccfae681f0d1d6ccb66efec1c0 [diff] [blame] |
patch 8.0.1484: reduntant conditions Problem: Reduntant conditions. Solution: Remove them. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 7e07f77..f56ef35 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1484, +/**/ 1483, /**/ 1482,