commit | c8366790e8b7ea903200cf9e5ecef4802478b56e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:46:26 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 29 22:46:26 2013 +0200 |
tree | ba1a39bcfbdaef356aebd7099974e1aa63020677 | |
parent | c37b6ecd60e0ef99406aa903cc98482117f5ed7b [diff] [blame] |
updated for version 7.3.1050 Problem: Python: Typo in pyiter_to_tv. Solution: Python patch 11. (ZyX)
diff --git a/src/version.c b/src/version.c index 13a0ec2..52089f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1050, +/**/ 1049, /**/ 1048,