-
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
Conflicting instructions for .vimrc configuration on Windows #469
Comments
You found the correct lines. The instructions for windows have not yet been updated. The important part is to use "vimfiles" instead off ".vim" in these lines. You can also use |
I just updated the wiki page. @starcraftman can you have a look at it please? |
Thanks for the quick fix. I tried it and it seems to be working now. One more small discrepancy; in the non-windows instructions you have:
While in the Windows instructions you have:
Note the trailing slash on the windows version. Not sure if this is intentional or not. |
close? |
Sure you can close it but the trailing slash question is still unanswered. Do you have any input on that? Thanks |
I don't have windows. If you have, you can test the instructions with and without the slash and then report back or update the wiki yourself (it's a wiki 😄 ) Else we can wait for @starcraftman, he is the official windows tester. I can't close it. |
I'm trying to get Vundle setup on windows 7 with vim 7.4. I confused about the instructions. They say:
From here, go to step 3 in the quick start and copy the
sample config of Vundle into the _vimrc file. Importantly,
you must change the text below...
into
However, the sample .vimrc does not actually have the line set rtp+=~/.vim/bundle/vundle/ nor does it have call vundle#rc(). Instead it has:
So which syntax should I be using on windows? And if I should use the call vundle#rc() syntax do I need the call vundle#end() that is shown at the end of the sample .vimrc?
The text was updated successfully, but these errors were encountered: