File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
doc/hangulin.jax
28
28
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
29
29
doc/if_mzsch.jax
30
- doc/if_pyth.jax
31
30
doc/if_ruby.jax
32
31
doc/insert.jax
33
32
doc/map.jax
58
57
doc/help.jax
59
58
doc/if_tcl.jax
60
59
doc/if_perl.jax
60
+ doc/if_pyth.jax
61
61
doc/index.jax
62
62
doc/mlang.jax
63
63
doc/os_os2.jax
Original file line number Diff line number Diff line change @@ -683,11 +683,11 @@ DLLの名前はVimをコンパイルした時のPythonのバージョンに一
683
683
ん。現在その名前は "python24.dll" です。これはPython2.4用です。これを確かめる
684
684
には、"gvim.exe" を開き、"python\d*.dll\c" を検索してください。
685
685
686
- On Unix the 'pythondll' or 'pythonthreedll' option can be used to specify the
687
- Python shared library file instead of DYNAMIC_PYTHON_DLL or
688
- DYNAMIC_PYTHON3_DLL file what were specified at compile time. The version of
689
- the shared library must match the Python 2.x or Python 3 version Vim was
690
- compiled with.
686
+ Unix ではコンパイル時に DYNAMIC_PYTHON_DLL もしくは DYNAMIC_PYTHON3_DLL で指定
687
+ されたファイルの代わりに 'pythondll' もしくは 'pythonthreedll' オプションで使用
688
+ する Python の共有ライブラリのファイルを指定するのに使えます。共有ライブラリの
689
+ バージョンは Vim をコンパイルする時に用いた Python 2.x または Python 3 のバージ
690
+ ョンと一致していなければなりません。
691
691
692
692
==============================================================================
693
693
10. Python 3 *python3*
You can’t perform that action at this time.
0 commit comments