File tree 5 files changed +21
-20
lines changed
5 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 22
22
doc/change.jax
23
23
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
24
24
doc/if_mzsch.jax
25
- doc/if_perl.jax
26
- doc/if_pyth.jax
27
- doc/if_ruby.jax
28
- doc/if_tcl.jax
29
25
doc/insert.jax
30
26
doc/netbeans.jax
31
27
doc/pattern.jax
56
52
doc/fold.jax
57
53
doc/hangulin.jax
58
54
doc/help.jax
55
+ doc/if_tcl.jax
56
+ doc/if_perl.jax
57
+ doc/if_pyth.jax
58
+ doc/if_ruby.jax
59
59
doc/index.jax
60
60
doc/map.jax
61
61
doc/mlang.jax
Original file line number Diff line number Diff line change @@ -299,10 +299,10 @@ DLLの名前はVimをコンパイルした時のPerlのバージョンに一致
299
299
300
300
Unix ~
301
301
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
+ ければなりません。
306
306
307
307
==============================================================================
308
308
vim:tw=78:ts=8:ft=help:norl:
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*
Original file line number Diff line number Diff line change @@ -217,10 +217,10 @@ _MSC_VER のチェックをコメントアウトする必要があるだろう
217
217
218
218
Unix ~
219
219
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
+ なければならない。
224
224
225
225
==============================================================================
226
226
vim:tw=78:ts=8:ft=help:norl:
Original file line number Diff line number Diff line change @@ -531,9 +531,10 @@ DLLの名前はVimをコンパイルした時のTclのバージョンに一致
531
531
532
532
Unix ~
533
533
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
+ ればならない。
537
538
538
539
==============================================================================
539
540
vim:tw=78:ts=8:ft=help:norl:
You can’t perform that action at this time.
0 commit comments