原来是这个文件的关系: ?Vim\vim73\ftplugin\ruby.vim?
?
里面第 76 行左右:
?
?ruby VIM::command( 'let s:ruby_path = "%s"' % ($: + begin; require %q{rubygems}; Gem.all_load_paths.sort.uniq; rescue LoadError; []; end).join(%q{,}) )
?
?
这么长一行,看了一下,好复杂, 把这行注释掉,改成??let s:ruby_path = ".,,"
就OK 了, 打开速度飞快啊.
牛.?
?