From ec1060b0afb228d0e0f88b7777cbf70b4320875a Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 30 Jan 2016 23:54:50 +0900 Subject: [PATCH 1/4] translate remaining doc about shared library in if_perl.jax --- catchup-7.4.1194.md | 2 +- doc/if_perl.jax | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catchup-7.4.1194.md b/catchup-7.4.1194.md index 37c26ee69..7a13a1084 100644 --- a/catchup-7.4.1194.md +++ b/catchup-7.4.1194.md @@ -27,7 +27,6 @@ doc/hangulin.jax 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 @@ -58,6 +57,7 @@ doc/cmdline.jax doc/filetype.jax doc/help.jax + doc/if_perl.jax doc/index.jax doc/mlang.jax doc/os_os2.jax diff --git a/doc/if_perl.jax b/doc/if_perl.jax index 4b2e9fcd3..d5959f185 100644 --- a/doc/if_perl.jax +++ b/doc/if_perl.jax @@ -299,10 +299,10 @@ DLLの名前はVimをコンパイルした時のPerlのバージョンに一致 Unix ~ -The 'perldll' option can be used to specify the Perl shared library file -instead of DYNAMIC_PERL_DLL file what was specified at compile time. The -version of the shared library must match the Perl version Vim was compiled -with. +コンパイル時に DYNAMIC_PERL_DLL で指定されたファイルの代わりに 'perldll' オプシ +ョンで使用する Perl の共有ライブラリのファイルを指定するのに使えます。共有ライ +ブラリのバージョンは Vim と共にコンパイルされた Perl のバージョンと一致していな +ければなりません。 ============================================================================== vim:tw=78:ts=8:ft=help:norl: From e93f59acbdd96d2db8f494b6fc60a54e39539b8b Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 30 Jan 2016 23:58:05 +0900 Subject: [PATCH 2/4] translate remaining doc about shared library in if_tcl.jax --- catchup-7.4.1194.md | 2 +- doc/if_tcl.jax | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/catchup-7.4.1194.md b/catchup-7.4.1194.md index 7a13a1084..2ef1f7159 100644 --- a/catchup-7.4.1194.md +++ b/catchup-7.4.1194.md @@ -29,7 +29,6 @@ doc/if_mzsch.jax doc/if_pyth.jax doc/if_ruby.jax - doc/if_tcl.jax doc/insert.jax doc/map.jax doc/netbeans.jax @@ -57,6 +56,7 @@ doc/cmdline.jax doc/filetype.jax doc/help.jax + doc/if_tcl.jax doc/if_perl.jax doc/index.jax doc/mlang.jax diff --git a/doc/if_tcl.jax b/doc/if_tcl.jax index 948bb1789..cd8b63fbb 100644 --- a/doc/if_tcl.jax +++ b/doc/if_tcl.jax @@ -531,9 +531,10 @@ DLLの名前はVimをコンパイルした時のTclのバージョンに一致 Unix ~ -The 'tcldll' option can be used to specify the Tcl shared library file instead -of DYNAMIC_TCL_DLL file what was specified at compile time. The version of -the shared library must match the Tcl version Vim was compiled with. +コンパイル時に DYNAMIC_TCL_DLL で指定されたファイルの代わりに 'tcldll' オプショ +ンで使用する Tcl の共有ライブラリのファイルを指定するのに使える。共有ライブラリ +のバージョンは Vim をコンパイルする時に用いた Tcl のバージョンと一致していなけ +ればならない。 ============================================================================== vim:tw=78:ts=8:ft=help:norl: From 9bb8ca294a59fdecc8832c206bda05ae24231af0 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 30 Jan 2016 23:45:36 +0900 Subject: [PATCH 3/4] translate remaining doc about shared library in if_pyth.jax --- catchup-7.4.1194.md | 2 +- doc/if_pyth.jax | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/catchup-7.4.1194.md b/catchup-7.4.1194.md index 2ef1f7159..c1d558a10 100644 --- a/catchup-7.4.1194.md +++ b/catchup-7.4.1194.md @@ -27,7 +27,6 @@ doc/hangulin.jax doc/if_lua.jax # 100行超えたけど、内容的に大したことない doc/if_mzsch.jax - doc/if_pyth.jax doc/if_ruby.jax doc/insert.jax doc/map.jax @@ -58,6 +57,7 @@ doc/help.jax doc/if_tcl.jax doc/if_perl.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..cfbfbf12f 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* From 9f0a7550cc9fe88be1931068c23db03bf3db24b9 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 30 Jan 2016 23:39:59 +0900 Subject: [PATCH 4/4] translate remaining doc about shared library in if_ruby.jax --- catchup-7.4.1194.md | 2 +- doc/if_ruby.jax | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catchup-7.4.1194.md b/catchup-7.4.1194.md index c1d558a10..d37a81a88 100644 --- a/catchup-7.4.1194.md +++ b/catchup-7.4.1194.md @@ -27,7 +27,6 @@ doc/hangulin.jax doc/if_lua.jax # 100行超えたけど、内容的に大したことない doc/if_mzsch.jax - doc/if_ruby.jax doc/insert.jax doc/map.jax doc/netbeans.jax @@ -58,6 +57,7 @@ doc/if_tcl.jax doc/if_perl.jax doc/if_pyth.jax + doc/if_ruby.jax doc/index.jax doc/mlang.jax doc/os_os2.jax diff --git a/doc/if_ruby.jax b/doc/if_ruby.jax index 8f7397f31..8f59c0861 100644 --- a/doc/if_ruby.jax +++ b/doc/if_ruby.jax @@ -217,10 +217,10 @@ _MSC_VER のチェックをコメントアウトする必要があるだろう Unix ~ -The 'rubydll' option can be used to specify the Ruby shared library file -instead of DYNAMIC_RUBY_DLL file what was specified at compile time. The -version of the shared library must match the Ruby version Vim was compiled -with. +コンパイル時に DYNAMIC_RUBY_DLL で指定されたファイルの代わりに、 'rubydll' オプ +ションを使って Ruby の共有ライブラリファイルを指定するのに使える。共有ライブラ +リのバージョンは Vim をコンパイルする時に用いた Ruby のバージョンと一致してい +なければならない。 ============================================================================== vim:tw=78:ts=8:ft=help:norl: