Skip to content

Commit a93f975

Browse files
committed
patch 7.4.920
Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
1 parent d4ece23 commit a93f975

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

runtime/optwin.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,10 @@ if exists("&pythonthreedll")
13231323
call append("$", "pythonthreedll\tname of the Python 3 dynamic library")
13241324
call <SID>OptionG("pythonthreedll", &pythonthreedll)
13251325
endif
1326+
if exists("&rubydll")
1327+
call append("$", "rubydll\tname of the Ruby dynamic library")
1328+
call <SID>OptionG("rubydll", &rubydll)
1329+
endif
13261330

13271331
set cpo&vim
13281332

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
920,
744746
/**/
745747
919,
746748
/**/

0 commit comments

Comments
 (0)