Skip to content

Commit f342bde

Browse files
committed
Merge pull request #174 from rhysd/issue64-if_xxx-shared-lib
Translate doc about shared lib in if_xxx.jax #164
2 parents 91e7fca + 9f0a755 commit f342bde

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

catchup-7.4.1194.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
doc/change.jax
2323
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
2424
doc/if_mzsch.jax
25-
doc/if_perl.jax
26-
doc/if_pyth.jax
27-
doc/if_ruby.jax
28-
doc/if_tcl.jax
2925
doc/insert.jax
3026
doc/netbeans.jax
3127
doc/pattern.jax
@@ -56,6 +52,10 @@
5652
doc/fold.jax
5753
doc/hangulin.jax
5854
doc/help.jax
55+
doc/if_tcl.jax
56+
doc/if_perl.jax
57+
doc/if_pyth.jax
58+
doc/if_ruby.jax
5959
doc/index.jax
6060
doc/map.jax
6161
doc/mlang.jax

doc/if_perl.jax

+4-4
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ DLLの名前はVimをコンパイルした時のPerlのバージョンに一致
299299

300300
Unix ~
301301

302-
The 'perldll' option can be used to specify the Perl shared library file
303-
instead of DYNAMIC_PERL_DLL file what was specified at compile time. The
304-
version of the shared library must match the Perl version Vim was compiled
305-
with.
302+
コンパイル時に DYNAMIC_PERL_DLL で指定されたファイルの代わりに 'perldll' オプシ
303+
ョンで使用する Perl の共有ライブラリのファイルを指定するのに使えます。共有ライ
304+
ブラリのバージョンは Vim と共にコンパイルされた Perl のバージョンと一致していな
305+
ければなりません。
306306

307307
==============================================================================
308308
vim:tw=78:ts=8:ft=help:norl:

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*

doc/if_ruby.jax

+4-4
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ _MSC_VER のチェックをコメントアウトする必要があるだろう
217217

218218
Unix ~
219219

220-
The 'rubydll' option can be used to specify the Ruby shared library file
221-
instead of DYNAMIC_RUBY_DLL file what was specified at compile time. The
222-
version of the shared library must match the Ruby version Vim was compiled
223-
with.
220+
コンパイル時に DYNAMIC_RUBY_DLL で指定されたファイルの代わりに、 'rubydll' オプ
221+
ションを使って Ruby の共有ライブラリファイルを指定するのに使える。共有ライブラ
222+
リのバージョンは Vim をコンパイルする時に用いた Ruby のバージョンと一致してい
223+
なければならない。
224224

225225
==============================================================================
226226
vim:tw=78:ts=8:ft=help:norl:

doc/if_tcl.jax

+4-3
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,10 @@ DLLの名前はVimをコンパイルした時のTclのバージョンに一致
531531

532532
Unix ~
533533

534-
The 'tcldll' option can be used to specify the Tcl shared library file instead
535-
of DYNAMIC_TCL_DLL file what was specified at compile time. The version of
536-
the shared library must match the Tcl version Vim was compiled with.
534+
コンパイル時に DYNAMIC_TCL_DLL で指定されたファイルの代わりに 'tcldll' オプショ
535+
ンで使用する Tcl の共有ライブラリのファイルを指定するのに使える。共有ライブラリ
536+
のバージョンは Vim をコンパイルする時に用いた Tcl のバージョンと一致していなけ
537+
ればならない。
537538

538539
==============================================================================
539540
vim:tw=78:ts=8:ft=help:norl:

0 commit comments

Comments
 (0)