Skip to content
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

Update if_ruby from 8.0 to 8.1 #212

Merged
merged 1 commit into from
Jun 6, 2018
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
5 changes: 4 additions & 1 deletion doc/if_ruby.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_ruby.txt* For Vim バージョン 8.0. Last change: 2016 Sep 01
*if_ruby.txt* For Vim バージョン 8.1. Last change: 2018 Mar 15


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

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


Unix ~

Expand Down
5 changes: 4 additions & 1 deletion en/if_ruby.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_ruby.txt* For Vim version 8.0. Last change: 2016 Sep 01
*if_ruby.txt* For Vim version 8.1. Last change: 2018 Mar 15


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

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


Unix ~

Expand Down