]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.1050 v7.3.1050
authorBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 20:46:26 +0000 (22:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 20:46:26 +0000 (22:46 +0200)
Problem:    Python: Typo in pyiter_to_tv.
Solution:   Python patch 11. (ZyX)

src/if_py_both.h
src/version.c

index eae389437818735513d913ad606613484160a48a..6188f472115c659327cc611308e5dd13dfa1ce50 100644 (file)
@@ -4196,7 +4196,7 @@ pyiter_to_tv(PyObject *obj, typval_T *tv, PyObject *lookup_dict)
     if (iterator == NULL)
        return -1;
 
-    while ((item = PyIter_Next(obj)))
+    while ((item = PyIter_Next(iterator)))
     {
        li = listitem_alloc();
        if (li == NULL)
index 13a0ec2f433dba505979216505a4abd0fc9fb7ad..52089f945eb96e559d3118e0a6653ac9d5ed6f3f 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1050,
 /**/
     1049,
 /**/