commit | 1028f4d75ee04261f1338620c22f388a05098bb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 16:55:00 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 14 16:55:00 2014 +0100 |
tree | 46c911fb9aaca60b7caad845dcb8dce1915eaf06 | |
parent | 063a46ba77c3251f0b5245e872dcbad003c71024 [diff] [blame] |
updated for version 7.4.152 Problem: Python: Cannot iterate over options. Solution: Add options iterator. (ZyX)
diff --git a/src/version.c b/src/version.c index c0fe21f..8a47214 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 152, +/**/ 151, /**/ 150,