0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.920

Problem:    The rubydll option is not in the options window.
Solution:   Add the rubydll option.
This commit is contained in:
Bram Moolenaar 2015-11-10 20:45:09 +01:00
parent d4ece23e2e
commit a93f975e8b
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
920,
/**/
919,
/**/