我是vim的菜鸟,我想使用button:focus{outline:5px dotted black;} /*example on how to set it to something else*/
插件,在原子中真的习惯了。我已经完成了github repo中的所有操作,但无法按照如何更改我的vim正在使用的ruby版本。当我尝试使用command-t
时会抛出此错误...
command-t
除了我说的话,我很难跟上回购的帮助,并告诉我命令没有帮助。所以我的问题是,改变我的vim版本的最佳方法是什么?
答案 0 :(得分:6)
尝试以下方法:
$ cd ~/.vim/bundle/command-t/ruby/command-t/
$ rbenv local system
$ ruby extconf.rb
$ make clean
$ make
取自this帖子。我之前遇到过这个问题,这些步骤对我有用。