Skip to content
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

Updates README.md with Windows platform Inclusion #583

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kyleskrinak
Copy link

A simple and small change to the vimrc example code that I personally use that allows me to have the same vimrc on Mac, Windows or Linux.

A simple change I use that allows me to have the same vimrc on Mac, Windows or Linux
@elyscape
Copy link

Simpler option:

let dotvimdir=split(&rtp,',')[0]
let &rtp.=','.dotvimdir.'/bundle/Vundle.vim'
call vundle#begin(dotvimdir.'/bundle')

You can run this on any OS and it'll behave properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants