commit | a29a37d533744e1b8200b1d2e032d0f8d186ab98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 15:47:44 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 15:47:44 2011 +0100 |
tree | ea402db1749bcff9ee54c15eb2fcf9cbe410ceaa | |
parent | 0b2f94db2325ed2cbff452eb9373b1ff13f19fce [diff] [blame] |
updated for version 7.3.142 Problem: Python stdout doesn't have a flush() method, causing an import to fail. Solution: Add a dummy flush() method. (Tobias Columbus)
diff --git a/src/version.c b/src/version.c index 3505097..6b26600 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 142, +/**/ 141, /**/ 140,