Horizontal unkown function Installer

[ Problem Description ]

1, download the source code and the opening vim

# git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# vim

2, the use of plug-in installation Bundle

:PluginInstall

3, there is a problem

Unkown function : vundle#installer#new

[ Solution ]

1, Open /usr/share/vim/vim80/debian.vim
2, rtpadd the rearmost row de~/.vim/bundle/Vundle.vim

Guess you like

Origin www.cnblogs.com/zhyantao/p/11335050.html