diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-10 21:15:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-10 21:15:48 +0100 |
commit | b4ff518d95aa57c2f8c0568c915035bef849581b (patch) | |
tree | b472c08f97b96b696ba886c6f21130a4f34c4bea /runtime/doc/if_pyth.txt | |
parent | 1c2836e268ce930bca9ea1287d0d83e92ce1b3ff (diff) | |
download | vim-git-b4ff518d95aa57c2f8c0568c915035bef849581b.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/if_pyth.txt')
-rw-r--r-- | runtime/doc/if_pyth.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_pyth.txt b/runtime/doc/if_pyth.txt index 3d066e33e..cc47beb27 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -1,4 +1,4 @@ -*if_pyth.txt* For Vim version 7.4. Last change: 2015 Oct 16 +*if_pyth.txt* For Vim version 7.4. Last change: 2015 Nov 10 VIM REFERENCE MANUAL by Paul Moore @@ -693,7 +693,7 @@ The name of the DLL must match the Python version Vim was compiled with. Currently the name is "python24.dll". That is for Python 2.4. To know for sure edit "gvim.exe" and search for "python\d*.dll\c". -On Unix the 'pythondll' or 'python3dll' option can be used to specify the +On Unix the 'pythondll' or 'pythonthreedll' option can be used to specify the Python shared library file instead of DYNAMIC_PYTHON_DLL or DYNAMIC_PYTHON3_DLL file what were specified at compile time. The version of the shared library must match the Python 2.x or Python 3 version Vim was |