commit | 1000565c3a2439c9a7c9759284814dbf3b8bc20d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 21:03:23 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 21:03:23 2015 +0100 |
tree | 357f2fbcb81da653f6786b30175f13e3882361b7 | |
parent | 2bf2417612879de627dcea1dbb22ee2199b16963 [diff] [blame] |
patch 7.4.1012 Problem: Vim overwrites the value of $PYTHONHOME. Solution: Do not set $PYTHONHOME if it is already set. (Kazuki Sakamoto, closes #500)
diff --git a/src/version.c b/src/version.c index 4023711..badcf25 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1012, +/**/ 1011, /**/ 1010,