]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.062 v7.3.062
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Nov 2010 18:26:02 +0000 (19:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Nov 2010 18:26:02 +0000 (19:26 +0100)
commit644d37b84d8f520f807ef665b476c47b72862eff
treeab5ea0c766b10f74514876e10c50daa61ea8f919
parent00b78c17b24e61b73f8ecf8fa3e5154d396c1d1a
updated for version 7.3.062
Problem:    Python doesn't work properly when installed in another directory
            than expected.
Solution:   Figure out home directory in configure and use Py_SetPythonHome()
            at runtime. (Roland Puntaier)
src/auto/configure
src/configure.in
src/if_python.c
src/if_python3.c
src/version.c