commit | a9922d62e60142f1cb9889626e82e8cc7126be1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:01:18 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 13:01:18 2013 +0200 |
tree | 6d2281fef42af5d2e2351d8eb8166445478930c4 | |
parent | a5b725c3f67f1c98d99fec71a3cbaad502a02291 [diff] [blame] |
updated for version 7.3.1061 Problem: Python: Dictionary is not standard. Solution: Python patch 20: Add standard methods and fields. (ZyX)
diff --git a/src/version.c b/src/version.c index ec01993..0a20a72 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1061, +/**/ 1060, /**/ 1059,