문제

I am using pathogen and I copied the minibufexplorer plugin:

wget -O ~/.vim/bundle/minibufexpl.vim https://raw.github.com/fholgado/minibufexpl.vim/master/plugin/minibufexpl.vim

In vim when I try :MiniBufExplorer I get the error:

E492: Not an editor command: MiniBufExplorer

OS: CentOS
Vim 7.3

Am I missing something?

도움이 되었습니까?

해결책

The file should be put in the .vim/bundle/plugin directory, and not directly under bundle.

To fix it:

mkdir -p ~/.vim/bundle/plugin
mv ~/.vim/bundle/minibufexpl.vim ~/.vim/bundle/plugin
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top