File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ If you want to manipulate multiple files in a gist:
142
142
143
143
let g:gist_get_multiplefile = 1
144
144
145
- If you want to use on Github Enterprise:
145
+ If you want to use on GitHub Enterprise:
146
146
147
147
let g:github_api_url = 'http://your-github-enterprise-domain/api/v3'
148
148
@@ -211,7 +211,7 @@ Now restart Vim and run `:BundleInstall`.
211
211
212
212
## Setup:
213
213
214
- This plugin uses github API v3. Setting value is stored in ` ~/.gist-vim ` .
214
+ This plugin uses GitHub API v3. Setting value is stored in ` ~/.gist-vim ` .
215
215
gist-vim have two ways to access APIs.
216
216
217
217
First, you need to set your Github username in global git config:
@@ -221,4 +221,4 @@ First, you need to set your Github username in global git config:
221
221
Then, gist.vim will ask for your password to create an authorization when you
222
222
first use it. The password is not stored and only the OAuth access token will
223
223
be kept for later use. You can revoke the token at any time from the list of
224
- [ "Authorized applications" on Github 's "Account Settings" page] ( https://github.com/settings/applications ) .
224
+ [ "Authorized applications" on GitHub 's "Account Settings" page] ( https://github.com/settings/applications ) .
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ If you want to edit all files for gists containing more than one: >
153
153
let g:gist_get_multiplefile = 1
154
154
<
155
155
156
- If you want to use on Github Enterprise: >
156
+ If you want to use on GitHub Enterprise: >
157
157
158
158
let g:github_api_url = 'http://your-github-enterprise-domain/api/v3'
159
159
<
@@ -233,17 +233,17 @@ REQUIREMENTS *gist-vim-requirements*
233
233
==============================================================================
234
234
SETUP *gist-vim-setup*
235
235
236
- This plugin uses github API v3. Setting value is stored in `~/.gist.vim ` .
236
+ This plugin uses GitHub API v3. Setting value is stored in `~/.gist.vim ` .
237
237
gist-vim have two ways to access APIs.
238
238
239
- First, you need to set your Github username in global git config:
239
+ First, you need to set your GitHub username in global git config:
240
240
>
241
241
$ git config --global github.user Username
242
242
<
243
243
Then, gist.vim will ask for your password to create an authorization when you
244
244
first use it. The password is not stored and only the OAuth access token will
245
245
be kept for later use. You can revoke the token at any time from the list of
246
- "Authorized applications" on Github 's "Account Settings" page.
246
+ "Authorized applications" on GitHub 's "Account Settings" page.
247
247
(https://github.com/settings/applications )
248
248
249
249
If you happen to have your password already written in ~/.gitconfig like
You can’t perform that action at this time.
0 commit comments