b223705
To: vim_dev@googlegroups.com
b223705
Subject: Patch 7.4.920
b223705
Fcc: outbox
b223705
From: Bram Moolenaar <Bram@moolenaar.net>
b223705
Mime-Version: 1.0
b223705
Content-Type: text/plain; charset=UTF-8
b223705
Content-Transfer-Encoding: 8bit
b223705
------------
b223705
b223705
Patch 7.4.920
b223705
Problem:    The rubydll option is not in the options window.
b223705
Solution:   Add the rubydll option.
b223705
Files:	    runtime/optwin.vim
b223705
b223705
b223705
*** ../vim-7.4.919/runtime/optwin.vim	2015-11-10 19:47:32.687868645 +0100
b223705
--- runtime/optwin.vim	2015-11-10 20:25:22.113292888 +0100
b223705
***************
b223705
*** 1323,1328 ****
b223705
--- 1323,1332 ----
b223705
    call append("$", "pythonthreedll\tname of the Python 3 dynamic library")
b223705
    call <SID>OptionG("pythonthreedll", &pythonthreedll)
b223705
  endif
b223705
+ if exists("&rubydll")
b223705
+   call append("$", "rubydll\tname of the Ruby dynamic library")
b223705
+   call <SID>OptionG("rubydll", &rubydll)
b223705
+ endif
b223705
  
b223705
  set cpo&vim
b223705
  
b223705
*** ../vim-7.4.919/src/version.c	2015-11-10 19:47:32.691868605 +0100
b223705
--- src/version.c	2015-11-10 20:32:52.600790017 +0100
b223705
***************
b223705
*** 743,744 ****
b223705
--- 743,746 ----
b223705
  {   /* Add new patch number below this line */
b223705
+ /**/
b223705
+     920,
b223705
  /**/
b223705
b223705
-- 
b223705
Bare feet magnetize sharp metal objects so they point upward from the
b223705
floor -- especially in the dark.
b223705
b223705
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
b223705
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
b223705
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
b223705
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///