【发布时间】:2018-07-03 17:02:21
【问题描述】:
我正在尝试安装 Vundle,以便在 Vim 中拥有适用于 Python 的 IDE。但是每次我启动 Vim 时它都会给我这样的信息:
Name Args Address Complete Definition
Bundle + call vundle#config#bundle(<args>)
! BundleClean ? PluginClean<bang>
BundleDocs 0 PluginDocs
! BundleInstall ? custom PluginInstall<bang> <args>
! BundleList 0 PluginList<bang>
! BundleSearch ? custom PluginSearch<bang> <args>
BundleUpdate 0 PluginInstall!
Plugin + call vundle#config#bundle(<args>)
! PluginClean ? call vundle#installer#clean('!' == '<bang>')
PluginDocs 0 call vundle#installer#helptags(g:vundle#bundles)
! PluginInstall * custom call vundle#installer#new('!' == '<bang>', <f-args>)
! PluginList 0 call vundle#installer#list('!' == '<bang>')
! PluginSearch ? custom call vundle#scripts#all('!' == '<bang>', <q-args>)
PluginUpdate * custom PluginInstall! <args>
! VundleClean ? PluginClean<bang>
VundleDocs 0 PluginDocs
! VundleInstall ? custom PluginInstall<bang> <args>
! VundleSearch ? custom PluginSearch<bang> <args>
VundleUpdate * custom PluginInstall! <args>
Press ENTER or type command to continue
我使用了Vundle repository 中的代码。
知道如何阻止这种行为吗?
【问题讨论】:
-
您可以粘贴您的
.vimrc中处理Vundle 的部分吗?我想你可能说错了。 -
@RoryO'Kane 在这里:github.com/GiuseppeMinardi/GiusVimRC/blob/master/VIMRC
-
固定链接到 Giuseppe 的
.vimrc: github.com/GiuseppeMinardi/Configs/blob/master/.vimrc