]> granicus.if.org Git - vim/commitdiff
patch 7.4.920 v7.4.920
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 19:45:09 +0000 (20:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 19:45:09 +0000 (20:45 +0100)
Problem:    The rubydll option is not in the options window.
Solution:   Add the rubydll option.

runtime/optwin.vim
src/version.c

index d1e53367b8479fcc8d70dfefccd41bb8e7ac983d..048b1ad7ee4d4555987b01745ecc9925733cc529 100644 (file)
@@ -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
 
index a52dca9825b077882ff619cc83df91968a79dd97..eb418a7052b7106755cd81711e4e73be65793f52 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    920,
 /**/
     919,
 /**/