简体   繁体   English

E492在vim的clang_complete安装期间

[英]E492 during clang_complete installation for vim

I tried to install clang_complete for vim. 我尝试为vim安装clang_complete。 I have downloaded source and when I try to make it, it gives me this: 我已经下载了源代码,当我尝试制作时,它提供了以下信息:

E492: Not an editor command %MkVimball! clang_complete.vmb

any idea? 任何想法?

It looks like the Vimball plugin (which defines the :MkVimball command) isn't active or installed. 它看起来像由vimball插件(它定义了:MkVimball命令)是不活动或安装。 That's strange; 那很奇怪; it ships with Vim. 它随Vim一起提供。 Please investigate what's wrong with your setup ( :set rtp? and :scriptnames will help), or re-install the plugin, eg from vim.org . 请调查您的设置有什么问题( :set rtp?:scriptnames会有所帮助),或例如从vim.org重新安装该插件。

Or just install the clang_complete from a different format, eg the downloadable ZIPs from the vim-scripts.org mirror . 或者只是以其他格式安装clang_complete,例如,可从vim-scripts.org镜像下载ZIP。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM