commit | 808c2bc8bf435917b792e172a22dc5f8c0e7066a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 13:11:18 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 23 13:11:18 2013 +0200 |
tree | 84a7b5846ce850af47f3bf8358818d46470e97d4 | |
parent | 389a1793f40b149ed8553fb75e7ee40bc684d8c5 [diff] [blame] |
updated for version 7.3.1228 Problem: Python: various inconsistencies and problems. Solution: StringToLine now supports both bytes() and unicode() objects. Make function names consistant. Fix memory leak fixed in StringToLine. (ZyX)
diff --git a/src/version.c b/src/version.c index 29a1b28..2fc01b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1228, +/**/ 1227, /**/ 1226,