我添加了
Bundle 'throughnothing/vimchat'
到我的~/.vimrc
文件并运行:PluginInstall
。一切运行正常,然后我向文件中添加了帐户和密码,~/.vim/Bundle/vimchat/config
如下所示:
user@domain = password
当我运行vim
并键入:VimChat
(重新启动后)时,我收到以下消息:
E492: Not an editor command: VimChat
显然安装失败了,但我对如何诊断这个问题有点不知所措。安装似乎很顺利!
我在用着vim 7.4
答案1
这看起来像是一般安装问题,没有特定于插件的问题(为此您应该针对插件提出问题)。确保插件的捆绑目录包含在 中'runtimepath'
,并且该plugin/vimchat.vim
文件实际上是来源的:
:set rtp?
:scriptnames