commit | 904edabb64422467bf79f48f3a6305e0eddeea94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 19 13:57:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 19 13:57:54 2020 +0100 |
tree | a5319f4fb48c7e8d2d4c53a0b0954b2c5db7fc6b | |
parent | 1a928c20992279dc05c90d152e3f2fa884cf4bc9 [diff] [blame] |
patch 8.2.0130: Python3 ranges are not tested Problem: Python3 ranges are not tested. Solution: Add test. (Dominique Pelle, closes #5498)
diff --git a/src/version.c b/src/version.c index 4f7b789..5723465 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 130, +/**/ 129, /**/ 128,