错误提示:
C:\Program Files (x86)\Vim\vim74\ftplugin\ruby.vim 是发生错误:
第 122 行:
E171: 缺少 :endif
..........................................
原因:
没有设置 ruby 路径
_vimrc 种添加:
let g:ruby_path='C:\\ruby\\Ruby200-x64\\bin'
错误不再出现
安装文档时错误: unable to convert "\x**" from ASCII-8BIT to UTF-8 fro lib/****
重新安装一下 rdoc
gem install rdoc
gem install qtruby4
出现错误:ERROR: while executing gem ... (ArgumentError) malformed format string - %)
执行: gem update --system