commit | 0424958bde3d3e74c721ba39ab4d5a4744897393 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 13:29:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 13:29:34 2018 +0200 |
tree | 83227b7bad16e8f53f7c20091a6825be2d35e2d3 | |
parent | 8c87a2b1fec85e4aac33f71586ac1514536fc66b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7cd61f3..9f1075e 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1683, +/**/ 1682, /**/ 1681,