Я пытаюсь установить Vundle, чтобы в Vim была IDE для Python. Но каждый раз, когда я запускаю 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 репозитории .
Есть идеи, как остановить это поведение?