comparison runtime/optwin.vim @ 7222:4e86d5700260 v7.4.920

commit https://github.com/vim/vim/commit/a93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 20:45:09 2015 +0100 patch 7.4.920 Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 21:00:04 +0100
parents 1931b890e7d7
children 6ba7182fb7bd
comparison
equal deleted inserted replaced
7221:edbf08240c76 7222:4e86d5700260
1321 endif 1321 endif
1322 if exists("&pythonthreedll") 1322 if exists("&pythonthreedll")
1323 call append("$", "pythonthreedll\tname of the Python 3 dynamic library") 1323 call append("$", "pythonthreedll\tname of the Python 3 dynamic library")
1324 call <SID>OptionG("pythonthreedll", &pythonthreedll) 1324 call <SID>OptionG("pythonthreedll", &pythonthreedll)
1325 endif 1325 endif
1326 if exists("&rubydll")
1327 call append("$", "rubydll\tname of the Ruby dynamic library")
1328 call <SID>OptionG("rubydll", &rubydll)
1329 endif
1326 1330
1327 set cpo&vim 1331 set cpo&vim
1328 1332
1329 " go to first line 1333 " go to first line
1330 1 1334 1