diff --git a/catchup-7.4.1194.md b/catchup-7.4.1194.md index 37c26ee69..9aed04652 100644 --- a/catchup-7.4.1194.md +++ b/catchup-7.4.1194.md @@ -28,7 +28,6 @@ doc/if_lua.jax # 100行超えたけど、内容的に大したことない doc/if_mzsch.jax doc/if_perl.jax - doc/if_pyth.jax doc/if_ruby.jax doc/if_tcl.jax doc/insert.jax @@ -58,6 +57,7 @@ doc/cmdline.jax doc/filetype.jax doc/help.jax + doc/if_pyth.jax doc/index.jax doc/mlang.jax doc/os_os2.jax diff --git a/doc/if_pyth.jax b/doc/if_pyth.jax index ff719a73c..8ae82c557 100644 --- a/doc/if_pyth.jax +++ b/doc/if_pyth.jax @@ -683,11 +683,11 @@ DLLの名前はVimをコンパイルした時のPythonのバージョンに一 ん。現在その名前は "python24.dll" です。これはPython2.4用です。これを確かめる には、"gvim.exe" を開き、"python\d*.dll\c" を検索してください。 -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 -compiled with. +Unix では DYNAMIC_PYTHON_DLL もしくは DYNAMIC_PYTHON3_DLL でコンパイル時に指定 +されたファイルの代わりに 'pythondll' もしくは 'pythonthreedll' オプションで使用 +する Python の共有ライブラリを指定できます。共有ライブラリのバージョンは Vim と +共にコンパイルされた Python 2.x または Python 3 のバージョンと一致していなけれ +ばなりません。 ============================================================================== 10. Python 3 *python3*