commit | fe72d08400d9064b3f959f1f62f279527e64835a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 20 19:07:00 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 20 19:07:00 2019 +0100 |
tree | ddd8190964a58001aaa585c0d942537dae0c08f9 | |
parent | 95a9dd1efc5ae3221865f4970053a5708557e682 [diff] [blame] |
patch 8.2.0025: repeated word in comment Problem: Repeated word in comment. Solution: Remove one. (Rene Nyffenegger, closes #5384)
diff --git a/src/version.c b/src/version.c index c7da9e0..67b4c4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 25, +/**/ 24, /**/ 23,