commit | b38caae26c2d0cf6633d829a9b6014b8868da0f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:39:52 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:39:52 2013 +0200 |
tree | 217f2e1184188cfc71dc3599819c3659e8fc09bd | |
parent | dd8aca664d9768614d18cebec84badc3ecad3af5 [diff] [blame] |
updated for version 7.3.1048 Problem: Python: no consistent naming. Solution: Python patch 9: Rename d to dict and lookupDict to lookup_dict. (ZyX)
diff --git a/src/version.c b/src/version.c index 54b446b..1ce4454 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1048, +/**/ 1047, /**/ 1046,