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

Update docs on fugitive #13

Open
srathbun opened this issue May 14, 2013 · 5 comments
Open

Update docs on fugitive #13

srathbun opened this issue May 14, 2013 · 5 comments

Comments

@srathbun
Copy link

If fugitive is still a "sometimes" problem with splice, can we update the help docs to include:

if you have problems with fugitive, or any other vim plugin, modify your git command to run splice:
    cmd = "vim -f $BASE $LOCAL $REMOTE $MERGED --cmd 'let g:pathogen_disabled=[\"fugitive\"]' -c 'SpliceInit'"

and add this to your vimrc:
    if !exists("g:pathogen_disabled")
        let g:pathogen_disabled = []
    endif

this will set fugitive to be disabled with pathogen when you use splice, and it won't get loaded, thereby avoiding the conflicts. You can add any additional conflicting plugins into the list as well.
@mcepl
Copy link

mcepl commented Jun 17, 2014

Why don't you make pull request out of this?

@lfilho
Copy link

lfilho commented Jun 17, 2014

👍

@srathbun
Copy link
Author

These comments are more for me, since the official repo & bug tracker live at bitbucket. I don't know if @sjl pays any attention to this mirror for bugs or pull requests.

@mcepl
Copy link

mcepl commented Jun 18, 2014

Then it would probably better for @sjl to switch off issues on this site and point possible reporters to the Bitbucket site, wouldn't it?

@srathbun
Copy link
Author

Probably, but again, I just wanted this written down somewhere that could find. That way, when I forget again, I can look up how to fix it.

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

No branches or pull requests

3 participants