commit | b09920203a0f2b202497ef9632f8447f73d0f1fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 14:55:42 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 14:55:42 2020 +0100 |
tree | 2103a2423c7222e61f77a9138331d5444fa18de3 | |
parent | df54382eacdbfa10291adb80ad6b89ad83bd7c9b [diff] [blame] |
patch 8.2.0179: still a few places where range() does not work Problem: Still a few places where range() does not work. Solution: Fix using range() causing problems.
diff --git a/src/version.c b/src/version.c index 3d4b1cb..8b52a94 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 179, +/**/ 178, /**/ 177,