Skip to content

Commit 26e3500

Browse files
committed
translate remaining doc about shared library in if_pyth.jax vim-jp#164
1 parent f8de019 commit 26e3500

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

catchup-7.4.1194.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
2929
doc/if_mzsch.jax
3030
doc/if_perl.jax
31-
doc/if_pyth.jax
3231
doc/if_ruby.jax
3332
doc/if_tcl.jax
3433
doc/insert.jax
@@ -58,6 +57,7 @@
5857
doc/cmdline.jax
5958
doc/filetype.jax
6059
doc/help.jax
60+
doc/if_pyth.jax
6161
doc/index.jax
6262
doc/mlang.jax
6363
doc/os_os2.jax

doc/if_pyth.jax

+5-5
Original file line numberDiff line numberDiff line change
@@ -683,11 +683,11 @@ DLLの名前はVimをコンパイルした時のPythonのバージョンに一
683683
ん。現在その名前は "python24.dll" です。これはPython2.4用です。これを確かめる
684684
には、"gvim.exe" を開き、"python\d*.dll\c" を検索してください。
685685

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 の共有ライブラリを指定できます。共有ライブラリのバージョンは Vim と
689+
共にコンパイルされた Python 2.x または Python 3 のバージョンと一致していなけれ
690+
ばなりません。
691691

692692
==============================================================================
693693
10. Python 3 *python3*

0 commit comments

Comments
 (0)