We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ece23 commit a93f975Copy full SHA for a93f975
2 files changed
runtime/optwin.vim
@@ -1323,6 +1323,10 @@ if exists("&pythonthreedll")
1323
call append("$", "pythonthreedll\tname of the Python 3 dynamic library")
1324
call <SID>OptionG("pythonthreedll", &pythonthreedll)
1325
endif
1326
+if exists("&rubydll")
1327
+ call append("$", "rubydll\tname of the Ruby dynamic library")
1328
+ call <SID>OptionG("rubydll", &rubydll)
1329
+endif
1330
1331
set cpo&vim
1332
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 920,
746
/**/
747
919,
748
0 commit comments