commit | 01a7a720ad460b80aa8f749c15134c0d749db960 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 12:26:58 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 12:26:58 2013 +0200 |
tree | 012495dcd7f567c147c71336b28e69e06af662b3 | |
parent | 9bb77d6fe6a8bd47f827e1293a9c6457298ec963 [diff] [blame] |
updated for version 7.3.1057 Problem: Python: not enough compatibilty. Solution: Python patch 16: Make OutputWritelines support any sequence object (ZyX) Note: tests fail
diff --git a/src/version.c b/src/version.c index c33c1a6..4d5539a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1057, +/**/ 1056, /**/ 1055,