我已安装x86
vim 8
ruby integration
版本的最后一个版本,我遇到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
我有:-DDYNAMIC_RUBY -DDYNAMIC_RUBY_VER=24 -
DDYNAMIC_RUBY_DLL=\"msvcrt-ruby240.dll\"
和
C:\Ruby24
Ruby安装在bin
中,包含msvcrt-ruby240.dll
的{{1}}文件夹位于%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.
ruby
和vim
都是x86
。
我正在研究windows 10
。
谢谢你的帮助。