I have Ruby version "1.9.3p362 (2012-12-25) [i386-mingw32]" installed. It has msvcrt-ruby191.dll
in the bin directory. Vim 7.3 could use that, at least has('ruby')
returned 1. (Some plugins, like LustyJuggler did not work, but I don't know why.) But now with Vim 7.4, it does not work anymore. gvim.exe (in 7.4) references msvcrt-ruby192.dll
(note the "192"). But even Ruby 1.9.3 has msvcrt-ruby191.dll
in it, as I said.
I tried renaming msvcrt-ruby191.dll
to msvcrt-ruby192.dll
but that resulted in a LoadError: Incompatible library version
.
I'm surprised I was not able to find people having this problem when I tried to look for solutions.
My goal is to get LustyJuggler to work.
I read about the issue here http://hynek.me/articles/vim-7-3-on-win32/ and downloaded a version that was compiled for Ruby 2 from http://wyw.dcweb.cn/. Works great.
I didn't find any better (or more easy) solution than to edit gvim.exe
and replace all references to msvcrt-ruby192.dll
to msvcrt-ruby191.dll
.
Now it works without any issues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With