mirror of
https://github.com/zoriya/vim.git
synced 2026-06-07 21:42:04 +00:00
94073167e3
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)