summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-10 20:45:09 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-10 20:45:09 +0100
commita93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf (patch)
treee6f1e02f2740268fea467726a7ec12f92477662a /runtime
parentd4ece23e2e602d820ab7367c383dc0d72dd87029 (diff)
downloadvim-git-a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf.tar.gz
patch 7.4.920v7.4.920
Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/optwin.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index d1e53367b..048b1ad7e 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -1323,6 +1323,10 @@ if exists("&pythonthreedll")
call append("$", "pythonthreedll\tname of the Python 3 dynamic library")
call <SID>OptionG("pythonthreedll", &pythonthreedll)
endif
+if exists("&rubydll")
+ call append("$", "rubydll\tname of the Ruby dynamic library")
+ call <SID>OptionG("rubydll", &rubydll)
+endif
set cpo&vim