Use dictionary to specify enterprise URLs

This commit is contained in:
Tim Pope
2021-08-26 06:33:00 -04:00
parent e4f7fb8a1b
commit 0210f85cc1
2 changed files with 37 additions and 12 deletions

View File

@@ -34,7 +34,9 @@ with repo permissions and add it to your `.netrc`:
If you are using GitHub Enterprise, repeat this step for each domain (omit the
`api.` portion). You'll also need to tell Rhubarb the root URLs:
let g:github_enterprise_urls = ['https://example.com']
let g:github_enterprise_urls = {
\ 'example.com': 'https://example.com',
\ }
## FAQ