-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
support Github Enterprise #106
Conversation
let g:github_api_url = 'http://your-github-enterprise-domain/api/v3'
Great! I'll check into it. (But I don't have ghe, hehe) |
LGTM. |
@okuryu Thank you! |
Seems like with this option, you can only use either Github Enterprise or public github at a time, possibly requiring a restart of vim in between. Would be awesome to be able to use both at the same time. |
@gkatsev I have no need at present. I think that might be useful for improvement, because there are a lot of things that if you are using GitHub Enterprise is dealing with limited information-house, and there are concerns that lead to information disclosure. |
Yeah, just felt that at this time it would be better to comment on this thread rather than open a new issue. I might work on it since I am definitely using both enterprise and public github at the same time. |
How about this?
This mean, If you set 1 to above, gist.vim get API endpoint from |
So, it'll check the current |
Yes, only if the flags = 1.
Yes.
Do you hope that it should be separated functional? |
Having one command is fine. But I think having the ability to specify the api end-point directly on a case-by-case basis would be useful. |
That would be cool. Maybe make |
I want to use gist-vim on Github Enterprise.