1
0
forked from aniani/vim

updated for version 7.3.1046

Problem:    Python: Using Py_BuildValue for building strings.
Solution:   Python patch 7 and 7.5: Replace Py_BuildValue with
            PyString_FromString. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-05-29 22:26:18 +02:00
parent 21642ed1b4
commit 432b09c84d
2 changed files with 7 additions and 4 deletions

View File

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