Skip to content

Commit 9bb8ca2

Browse files
committed
translate remaining doc about shared library in if_pyth.jax
1 parent e93f59a commit 9bb8ca2

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
@@ -27,7 +27,6 @@
2727
doc/hangulin.jax
2828
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
2929
doc/if_mzsch.jax
30-
doc/if_pyth.jax
3130
doc/if_ruby.jax
3231
doc/insert.jax
3332
doc/map.jax
@@ -58,6 +57,7 @@
5857
doc/help.jax
5958
doc/if_tcl.jax
6059
doc/if_perl.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 の共有ライブラリのファイルを指定するのに使えます。共有ライブラリの
689+
バージョンは Vim をコンパイルする時に用いた Python 2.x または Python 3 のバージ
690+
ョンと一致していなければなりません。
691691

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

0 commit comments

Comments
 (0)