summaryrefslogtreecommitdiff
path: root/runtime/doc/if_ruby.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-20 21:08:34 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-20 21:08:34 +0100
commite18c0b39815c5a746887a509c2cd9f11fadaba07 (patch)
treeb94b501fcc8394a958fb44844892333b8d2b774d /runtime/doc/if_ruby.txt
parentbe6aa46c4d8948e164f7d181dc19ed2fc4818395 (diff)
downloadvim-git-e18c0b39815c5a746887a509c2cd9f11fadaba07.tar.gz
Updated runtime files.
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 b0f802998..3ec4c4159 100644
--- a/runtime/doc/if_ruby.txt
+++ b/runtime/doc/if_ruby.txt
@@ -199,6 +199,7 @@ This means that Vim will search for the Ruby DLL file or shared library only
when needed. When you don't use the Ruby interface you don't need it, thus
you can use Vim even though this library file is not on your system.
+
MS-Windows ~
You need to install the right version of Ruby for this to work. You can find
@@ -207,7 +208,8 @@ http://www.garbagecollect.jp/ruby/mswin32/en/download/release.html
Currently that is ruby-1.9.1-p429-i386-mswin32.zip
To use the Ruby interface the Ruby DLL must be in your search path. In a
-console window type "path" to see what directories are used.
+console window type "path" to see what directories are used. The 'rubydll'
+option can be also used to specify the Ruby DLL.
The name of the DLL must match the Ruby version Vim was compiled with.
Currently the name is "msvcrt-ruby191.dll". That is for Ruby 1.9.1. To know
@@ -218,6 +220,7 @@ and comment-out the check for _MSC_VER.
You may also need to rename the include directory name to match the version,
strangely for Ruby 1.9.3 the directory is called 1.9.1.
+
Unix ~
The 'rubydll' option can be used to specify the Ruby shared library file