1
0
forked from aniani/vim

updated for version 7.3.212

Problem:    With Python 3.2 ":py3" fails.
Solution:   Move PyEval_InitThreads() to after Py_Initialize(). (Roland
            Puntaier)  Check abiflags in configure. (Andreas Behr)
This commit is contained in:
Bram Moolenaar
2011-06-12 21:37:13 +02:00
parent 03227eeb79
commit 456f2bb24f
4 changed files with 48 additions and 11 deletions

View File

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