Skip to content

Commit 981c329

Browse files
authored
Merge pull request #212 from t-mochizuki/update_if_ruby_8.1.0026
Update if_ruby from 8.0 to 8.1
2 parents 702e858 + 75a8644 commit 981c329

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/if_ruby.jax

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ruby.txt* For Vim バージョン 8.0. Last change: 2016 Sep 01
1+
*if_ruby.txt* For Vim バージョン 8.1. Last change: 2018 Mar 15
22

33

44
VIM リファレンスマニュアル by Shugo Maeda
@@ -219,6 +219,9 @@ DLLの名前はVimをコンパイルした時のRubyのバージョンに一致
219219
自分で RubyInstaller 1.9 または 2.X 対応の Vim を MSVC でビルドするには、ちょっ
220220
としたこつが必要である。詳細は src/INSTALLpc.txt を参照。
221221

222+
Vim が RubyInstaller 2.4 以降でビルドされているなら、環境変数 PATH に
223+
"C:\Ruby<version>\bin\ruby_builtin_dlls" を追加する必要があるかもしれない。
224+
222225

223226
Unix ~
224227

en/if_ruby.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_ruby.txt* For Vim version 8.0. Last change: 2016 Sep 01
1+
*if_ruby.txt* For Vim version 8.1. Last change: 2018 Mar 15
22

33

44
VIM REFERENCE MANUAL by Shugo Maeda
@@ -221,6 +221,9 @@ for sure edit "gvim.exe" and search for "ruby\d*.dll\c".
221221
If you want to build Vim with RubyInstaller 1.9 or 2.X using MSVC, you need
222222
some tricks. See the src/INSTALLpc.txt for detail.
223223

224+
If Vim is built with RubyInstaller 2.4 or later, you may also need to add
225+
"C:\Ruby<version>\bin\ruby_builtin_dlls" to the PATH environment variable.
226+
224227

225228
Unix ~
226229

0 commit comments

Comments
 (0)