ここからクリーム7.3.744なしのVimを入手しましたhttp://sourceforge.net/projects/cream/files/Vim/。私が見ると、次のように書かれ:help ruby-dynamic
ています。
You need to install the right version of Ruby for this to
work. You can find the package to download from:
http://www.garbagecollect.jp/ruby/mswin32/en/download/release.html
Currently that is ruby-1.9.1-p429-i386-mswin32.zip
Currently the name is "msvcrt-ruby191.dll".
The name of the DLL must match the Ruby version Vim was
compiled with. Currently the name is "msvcrt-ruby191.dll".
That is for Ruby 1.9.1. To know for sure edit "gvim.exe" and
search for "ruby\d*.dll\c".
しかし、ruby-1.9.1-p429-i386-mswin32.zip では動作せず、:echo has('ruby')
0 を返します。
gvim.exe を見ると、dll は .not と表示されてmsvcrt-ruby19.dll
い19.dll
ます191.dll
。しかし、そのファイルを含む Ruby のバージョンが見つかりません。Ruby 1.9.0 でも という dll がありmsvcrt-ruby190.dll
ます。dllの名前を変更しようとしましたが、別のエラーが発生するだけです。
LoadError: incompatible library version -
C:/Program Files/Ruby19/lib/ruby/1.9.1/i386-mingw32/socket.so
Ruby の正しいバージョンはどこにありますか? または、これを別の方法で解決できますか?