commit | b6c589a529bc8c5720477494696c6f69fe457475 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 15 14:39:52 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 15 14:39:52 2013 +0200 |
tree | fa6f512190cb15fa5a0a3186312ede6115881e61 | |
parent | 46a7561f3a151fefc469225d41822dd0be292f98 [diff] [blame] |
updated for version 7.3.947 Problem: Python: No iterator for vim.list and vim.bufferlist. Solution: Add the iterators. Also fix name of FunctionType. Add tests for vim.buffers. (ZyX)
diff --git a/src/version.c b/src/version.c index 5e5dbc4..3e4c310 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 947, +/**/ 946, /**/ 945,