Skip to content

Translate doc about shared lib in if_xxx.jax #164 #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions catchup-7.4.1194.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +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
doc/insert.jax
doc/map.jax
doc/netbeans.jax
Expand Down Expand Up @@ -58,6 +54,10 @@
doc/cmdline.jax
doc/filetype.jax
doc/help.jax
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
Expand Down
8 changes: 4 additions & 4 deletions doc/if_perl.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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:
10 changes: 5 additions & 5 deletions doc/if_pyth.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
8 changes: 4 additions & 4 deletions doc/if_ruby.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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:
7 changes: 4 additions & 3 deletions doc/if_tcl.jax
Original file line number Diff line number Diff line change
Expand Up @@ -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: