commit | 78cddbe2712b5e2bad3928f38345019d6803f31f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:05:58 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:05:58 2013 +0200 |
tree | d94943777a75e6517c593e465d71e6780f805e85 | |
parent | a9922d62e60142f1cb9889626e82e8cc7126be1a [diff] [blame] |
updated for version 7.3.1062 Problem: Python: List is not standard. Solution: Python patch 21: Add standard methods and fields. (ZyX)
diff --git a/src/version.c b/src/version.c index 0a20a72..fa27fad 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1062, +/**/ 1061, /**/ 1060,