-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some plugins not loading on windows #193
Comments
Hey @eduardocereto, did the plugins work before (before Vundle)? It's hard to diagnose the cause just by looking at What needs to be done here is:
Let me know how that works for you. |
If I remove Vundle and place the scripts directly on the folders vim expect they work. I was able to fix this by changing from this
to this:
Strangely enough after that change not only sparkup but NERDtree also works! If I place the last slash back, they are both broken again, si even though it's weird I can confirm that this indeed fix both plugins. |
By placing the NERDtree bundle above the sparkup bundle it works either way. So the problem is definitely with the slash at the end of sparkup rtp. It doesn't import sparkup or any other bundle placed bellow it. |
Oh, i see.... Good catch! Do you still want to keep the issue open? |
Note that the following also doesn't work.
It can't have the slash at all, it's not just a matter of using the right OS separator. If I want to keep the bug open? I don know, kinda n00b when it comes to vim plugins. It seems to me that the plugin should treat this use case somehow. Maybe remove the slash on windows. I'll do some more testst, I don't know what might happen if rtp is a sub directory, something like At the very least the other Bundles should not break. It seems to me now that if you have a Bundle with a slash at the end on windows it also breaks any other bundle afterwards. That at least deserves a fix. If you decide not to patch to treat this on windows than at least it deserves a note on the wiki page. So leave it open for now. I'll take a deeper look, and maybe learn some vim plugin authoring on the way. Thanks |
updated Wiki |
even though Plugin ''rstacruz/sparkup', {'rtp': 'vim'} is placed after Plugin 'scrooloose/nerdtree', NERDTree is not working why some core NERDTree vim files are loaded in wrong runtimepath order. |
I have the exact same setting on Ubuntu and Windows. On Windows some plugins load just fine, and some don't. The plugins that are not loading at the moment are sparkup and NERDtree.
Here's my rtp
:BuildInstall runs fine and says installed all my plugins. I can see that the plugins are cloned inside my vimfiles directory. EasyMotion and powerLine work just fine. I see no errors or anything when I open Vim. Been bashing my head on this one for a while.
The text was updated successfully, but these errors were encountered: