Skip to content

Commit 62870b2

Browse files
committed
translate remaining doc about shared library vim-jp#164
1 parent f8de019 commit 62870b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

catchup-7.4.1194.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
doc/if_mzsch.jax
3030
doc/if_perl.jax
3131
doc/if_pyth.jax
32-
doc/if_ruby.jax
3332
doc/if_tcl.jax
3433
doc/insert.jax
3534
doc/map.jax
@@ -58,6 +57,7 @@
5857
doc/cmdline.jax
5958
doc/filetype.jax
6059
doc/help.jax
60+
doc/if_ruby.jax
6161
doc/index.jax
6262
doc/mlang.jax
6363
doc/os_os2.jax

doc/if_ruby.jax

Lines changed: 4 additions & 4 deletions
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:

0 commit comments

Comments
 (0)