1
0
forked from aniani/vim

patch 8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOME

Problem:    Python upgrade breaks Vim when defining PYTHON_HOME.
Solution:   Do not define PYTHON_HOME and PYTHON3_HOME in configure. (Naoki
            Inada, closes #2787)
This commit is contained in:
Bram Moolenaar
2018-04-10 13:29:34 +02:00
parent 8c87a2b1fe
commit 0424958bde
3 changed files with 10 additions and 8 deletions

View File

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