summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_ruby.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-18 14:44:37 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-18 14:44:37 +0100
commit98ef233e14faaaf42e0342da1803d493ce0337b2 (patch)
treeb9cbd039bdc455aa054aa50d35ccd6bdaaeade84 /runtime/doc/if_ruby.txt
parent9ef2a30e6ff5830984b57dd3d682656789a7ad78 (diff)
Update runtime files. Convert a couple of help files to utf-8.
Diffstat (limited to 'runtime/doc/if_ruby.txt')
-rw-r--r--runtime/doc/if_ruby.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt
index f79ecc1648..0977397821 100644
--- a/runtime/doc/if_ruby.txt
+++ b/runtime/doc/if_ruby.txt
@@ -1,4 +1,4 @@
-*if_ruby.txt* For Vim version 8.0. Last change: 2016 Sep 01
+*if_ruby.txt* For Vim version 8.0. Last change: 2018 Mar 15
VIM REFERENCE MANUAL by Shugo Maeda
@@ -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 ~