comparison runtime/doc/if_pyth.txt @ 10895:c391bfbdb452

Updated runtime files. commit https://github.com/vim/vim/commit/3df0173fa6d0418e89ef4e9c1d04a97c92eec27c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 17 22:47:16 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 17 Feb 2017 23:00:06 +0100
parents 523cd59d6db0
children e05695e59f6d
comparison
equal deleted inserted replaced
10894:f1cb20e3550e 10895:c391bfbdb452
1 *if_pyth.txt* For Vim version 8.0. Last change: 2017 Jan 28 1 *if_pyth.txt* For Vim version 8.0. Last change: 2017 Feb 17
2 2
3 3
4 VIM REFERENCE MANUAL by Paul Moore 4 VIM REFERENCE MANUAL by Paul Moore
5 5
6 6
729 729
730 To use the Python interface the Python DLL must be in your search path. In a 730 To use the Python interface the Python DLL must be in your search path. In a
731 console window type "path" to see what directories are used. The 'pythondll' 731 console window type "path" to see what directories are used. The 'pythondll'
732 or 'pythonthreedll' option can be also used to specify the Python DLL. 732 or 'pythonthreedll' option can be also used to specify the Python DLL.
733 733
734 The name of the DLL must match the Python version Vim was compiled with. 734 The name of the DLL should match the Python version Vim was compiled with.
735 Currently the name is "python24.dll". That is for Python 2.4. To know for 735 Currently the name for Python 2 is "python27.dll", that is for Python 2.7.
736 sure edit "gvim.exe" and search for "python\d*.dll\c". 736 That is the default value for 'pythondll'. For Python 3 it is python35.dll
737 (Python 3.5). To know for sure edit "gvim.exe" and search for
738 "python\d*.dll\c".
737 739
738 740
739 Unix ~ 741 Unix ~
740 742
741 The 'pythondll' or 'pythonthreedll' option can be used to specify the Python 743 The 'pythondll' or 'pythonthreedll' option can be used to specify the Python