diff --git a/runtime/optwin.vim b/runtime/optwin.vim index d1e53367b8..048b1ad7ee 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -1323,6 +1323,10 @@ if exists("&pythonthreedll") call append("$", "pythonthreedll\tname of the Python 3 dynamic library") call OptionG("pythonthreedll", &pythonthreedll) endif +if exists("&rubydll") + call append("$", "rubydll\tname of the Ruby dynamic library") + call OptionG("rubydll", &rubydll) +endif set cpo&vim diff --git a/src/version.c b/src/version.c index a52dca9825..eb418a7052 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 920, /**/ 919, /**/