无法加载库 msvcrt-ruby240.dll

无法加载库 msvcrt-ruby240.dll

我已经安装了 vim 8 x86 版本的最新版本,但在 ruby​​ 集成方面遇到了问题。

我的插件(例如 LustyExplorer)无法工作,当我进入时ruby –version出现以下错误:

E370: Could not load library msvcrt-ruby240.dll
E266 : Sorry, this command is disabled, the Ruby Library could not be loaded.

当我跑步时:version我有:

+ruby/dyn and -DDYNAMIC_RUBY -DDYNAMIC_RUBY_VER=24 - DDYNAMIC_RUBY_DLL=\"msvcrt-ruby240.dll\"

Ruby 安装在 中C:\Ruby24,并且包含 的 bin 文件夹msvcrt-ruby240.dll位于 中%PATH%

我也尝试将其放入我的vimrc文件中:

set rubydll='C:\Ruby24\bin\msvcrt-ruby240.dll'

但我收到以下错误:

E370: Could not load Library 
E266 : Sorry, this command is disabled, the Ruby Library could not be loaded. Both ruby and vim are x86. 

我正在使用 Windows 10。

相关内容