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