VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim
http://github.com/VundleVim/Vundle.Vim
MIT License
23.92k stars 2.58k forks source link

after dir no wrok in vim8.0.3 #757

Closed pangchol closed 8 years ago

pangchol commented 8 years ago

I build a lastest vim version 8.0.3 in ubuntu14.04. when I using this vim. I find ~/.vim/bundle/vundle/after directory always do not work. but when I move the ~/.vim/bundle/vundle/after to ~/.vim/after, it work well. by the way, as my simple test, the after directory in every plugin's own directory also work well. I think it maybe a vundle's bug for vim8.0. here report it.

pangchol commented 8 years ago

I tesk again find after dir no warking cause by Plugin 'VundleVim/vundle' write wring to Plugin 'VundleVim/Vundle'(my vundle dir is .vim/bundle/vundle) . what at amazing reasone!