commit | 29e1951e14907b62797554ad0cc85cbbe75a1be4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 20:13:18 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 20:13:18 2016 +0100 |
tree | 742fb25c77b9c276ed3c95cee5ba71d87f88f330 | |
parent | fc2457e21d136cb366076edd448e67c9732dc40a [diff] [blame] |
patch 7.4.1456 Problem: Test 87 fails with Python 3.5. Solution: Work around difference. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index 17d42ce..923256b 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1456, +/**/ 1455, /**/ 1454,