File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM リファレンスマニュアル by Shugo Maeda
@@ -219,6 +219,9 @@ DLLの名前はVimをコンパイルした時のRubyのバージョンに一致
219
219
自分で RubyInstaller 1.9 または 2.X 対応の Vim を MSVC でビルドするには、ちょっ
220
220
としたこつが必要である。詳細は src/INSTALLpc.txt を参照。
221
221
222
+ Vim が RubyInstaller 2.4 以降でビルドされているなら、環境変数 PATH に
223
+ "C:\Ruby<version> \bin\ruby_builtin_dlls" を追加する必要があるかもしれない。
224
+
222
225
223
226
Unix ~
224
227
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Shugo Maeda
@@ -221,6 +221,9 @@ for sure edit "gvim.exe" and search for "ruby\d*.dll\c".
221
221
If you want to build Vim with RubyInstaller 1.9 or 2.X using MSVC, you need
222
222
some tricks. See the src/INSTALLpc.txt for detail.
223
223
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
+
224
227
225
228
Unix ~
226
229
You can’t perform that action at this time.
0 commit comments