VundleVim / Vundle.vim

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

Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} will make the next one Plugin load failed. #902

Open zoumi opened 5 years ago

zoumi commented 5 years ago

In my case if I put these in .vimrc : Plugin 'rstacruz/sparkup', {'rtp': 'vim/'} "Plugin 'ctrlpvim/ctrlp.vim' then the ctrlp will not be loaded.

davidlowryduda commented 5 years ago

I don't know what you mean --- this seems very unclear.

zoumi commented 5 years ago

1,Put this to your .vimrc:

Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
Plugin 'ctrlpvim/ctrlp.vim'

Install them, then restart gvim. You will find ctrlp doesn't work.

2,Modify the lines above to:

Plugin 'rstacruz/sparkup'
Plugin 'ctrlpvim/ctrlp.vim'

Then restart gvim. You will find ctrlp works. (I'm using 32bit gvim 8.1 on 64bit windows7 )

davidlowryduda commented 5 years ago

I cannot replicate this behaviour on my machines. But I also don't have windows, so this might be windows specific.

I also note that in your original comment, you seemed to have commented out the line "Plugin 'ctrlpvim/ctrlp.vim, which would of course lead to it not being loaded.

zoumi commented 5 years ago

It's not because of I commented out the line: "Plugin 'ctrlpvim/ctrlp.vim'." In my real .vimrc "Plugin 'easymotion/vim-easymotion'" is below " Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}"