1
0
forked from aniani/vim

patch 8.2.1538: Python: iteration over vim objects fails to keep reference

Problem:    Python: iteration over vim objects fails to keep reference.
Solution:   Keep a reference for the object. (Paul Ollis, closes #6803,
            closes #6806)
This commit is contained in:
Bram Moolenaar
2020-08-29 12:57:16 +02:00
parent b06a6d59d1
commit 423a85a11a
3 changed files with 68 additions and 6 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1538,
/**/
1537,
/**/