我正在努力学习vim的工作。我对vim很新,所以请放轻松我。我使用command-t
安装了vundle
插件。但是,当我按leader + t
时,我会收到以下错误:
command-t.vim无法加载C扩展名
请参阅帮助中的安装和故障排除 Vim Ruby版本:1.9.3-p484
预期版本:2.2.2-p95
以下是我系统的详细信息:
Ruby 2.2.2是我项目的默认版本。我是否需要将Vim Ruby升级到2.2.2。如果是,那么我如何在Ubuntu中升级Vim Ruby。
我已经在Stackoverflow上阅读了几个解决方案,并从插件文件夹运行rake make
。但我仍然得到同样的错误。
以下是rake make
命令
➜ command-t git:(master) rake make
/home/vagrant/.rvm/rubies/ruby-2.2.2/bin/ruby extconf.rb
checking for float.h... yes
checking for ruby.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for fcntl.h... yes
checking for stdint.h... yes
checking for sys/errno.h... yes
checking for sys/socket.h... yes
checking for ruby/st.h... yes
checking for st.h... yes
checking for pthread_create() in -lpthread... yes
creating Makefile
compiling watchman.c
compiling ext.c
compiling match.c
compiling matcher.c
linking shared-object ext.so