diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-12-10 18:17:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-12-10 18:17:44 +0100 |
commit | 59eb016dff3fd4f764cfe326c80a9b840f0e1a02 (patch) | |
tree | 31f061ac7c7af9533c082c71fd97bddaeef8588b /runtime | |
parent | 74240d3febd1e3bc7cf086c647c9348b20716c33 (diff) | |
download | vim-git-59eb016dff3fd4f764cfe326c80a9b840f0e1a02.tar.gz |
patch 8.0.1385: Python 3.5 is getting oldv8.0.1385
Problem: Python 3.5 is getting old.
Solution: Make Python 3.6 the default. (Ken Takata, closes #2429)
Diffstat (limited to 'runtime')
-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 a870a501d..b4577fc68 100644 --- a/runtime/doc/if_pyth.txt +++ b/runtime/doc/if_pyth.txt @@ -736,8 +736,8 @@ or 'pythonthreedll' option can be also used to specify the Python DLL. The name of the DLL should match the Python version Vim was compiled with. Currently the name for Python 2 is "python27.dll", that is for Python 2.7. -That is the default value for 'pythondll'. For Python 3 it is python35.dll -(Python 3.5). To know for sure edit "gvim.exe" and search for +That is the default value for 'pythondll'. For Python 3 it is python36.dll +(Python 3.6). To know for sure edit "gvim.exe" and search for "python\d*.dll\c". |