I have a error when i use vim. After I place this line in .vimrc
我使用vim时出错。将此行放入.vimrc后
Plugin 'Valloric/YouCompleteMe'
and
和
:PluginInstall
error:
错误:
YouCompleteMe unavailable:
My vim : VIM - Vi IMproved 7.3
我的vim:VIM - Vi IMproved 7.3
Anyone's know how to fix it ?v
任何人都知道如何解决它?v
2 个解决方案
#1
0
The :version
command tells you the exact Vim version. If you grabbed the official installer from vim.org, you probably have 7.3.000
. As Vim 7.4 has been released, it's the easiest to upgrade to that version.
:version命令告诉您确切的Vim版本。如果您从vim.org获取官方安装程序,则可能有7.3.000。由于Vim 7.4已经发布,因此最容易升级到该版本。
#2
0
If you have the problem with Homebrew version on Mac, try the following as officially documented. Please make sure you're running vim
not vi
on your mac.
如果您在Mac上遇到Homebrew版本的问题,请尝试以下正式记录。请确保您在Mac上运行vim而不是vi。
cd ~/.vim/bundle/YouCompleteMe
./install.sh
#1
0
The :version
command tells you the exact Vim version. If you grabbed the official installer from vim.org, you probably have 7.3.000
. As Vim 7.4 has been released, it's the easiest to upgrade to that version.
:version命令告诉您确切的Vim版本。如果您从vim.org获取官方安装程序,则可能有7.3.000。由于Vim 7.4已经发布,因此最容易升级到该版本。
#2
0
If you have the problem with Homebrew version on Mac, try the following as officially documented. Please make sure you're running vim
not vi
on your mac.
如果您在Mac上遇到Homebrew版本的问题,请尝试以下正式记录。请确保您在Mac上运行vim而不是vi。
cd ~/.vim/bundle/YouCompleteMe
./install.sh