commit | c37b6ecd60e0ef99406aa903cc98482117f5ed7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:43:37 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:43:37 2013 +0200 |
tree | cca1374cd40d7d6ccf12bdb6429f70b84a8b7c01 | |
parent | b38caae26c2d0cf6633d829a9b6014b8868da0f0 [diff] [blame] |
updated for version 7.3.1049 Problem: Python: no consistent naming Solution: Python patch 10: Rename DICTKEY_GET_NOTEMPTY to DICTKEY_GET. (ZyX)
diff --git a/src/version.c b/src/version.c index 1ce4454..13a0ec2 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1049, +/**/ 1048, /**/ 1047,