changeset 7222:4e86d5700260 v7.4.920

commit https://github.com/vim/vim/commit/a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 20:45:09 2015 +0100 patch 7.4.920 Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 21:00:04 +0100
parents edbf08240c76
children ed6129f2387a
files runtime/optwin.vim src/version.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    920,
+/**/
     919,
 /**/
     918,