]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1451: difficult to set the python home directories properly v8.0.1451
authorBram Moolenaar <Bram@vim.org>
Wed, 31 Jan 2018 20:49:05 +0000 (21:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 31 Jan 2018 20:49:05 +0000 (21:49 +0100)
commit94073167e3aa8cbe18380e93a2fc8e8165438cc8
tree2e7c3078ffc53518b95979a118b16403699381ae
parent1dd45fb4f3371f0256653b2186c8b4b3d26b3f41
patch 8.0.1451: difficult to set the python home directories properly

Problem:    It is difficult to set the python home directory properly for
            Python 2.7 and 3.5 since both use $PYTHONHOME.
Solution:   Add the 'pythonhome' and 'pythonthreehome' options. (Kazuki
            Sakamoto, closes #1266)
runtime/doc/options.txt
runtime/doc/quickref.txt
runtime/optwin.vim
src/if_python.c
src/if_python3.c
src/option.c
src/option.h
src/version.c