commit | a5b725c3f67f1c98d99fec71a3cbaad502a02291 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 12:43:54 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 12:43:54 2013 +0200 |
tree | c69f3db5c754578543b21f77d51aa796aa83de2d | |
parent | 1a3b56953e22f9e50d34c50edb5c24292741eb3d [diff] [blame] |
updated for version 7.3.1060 Problem: Python: can't repr() a function. Solution: Python patch 19: add FunctionRepr(). (ZyX)
diff --git a/src/version.c b/src/version.c index b8f82f1..ec01993 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1060, +/**/ 1059, /**/ 1058,