Allow :Gbrowse on HTTP GitHub FI

Closes #272.
This commit is contained in:
Tim Pope
2012-11-18 22:43:04 -05:00
parent 003f38c6a4
commit f64ba46509
2 changed files with 9 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ that are part of Git repositories).
To use with GitHub FI, point g:fugitive_github_domains
at a list of domains:
>
let g:fugitive_github_domains = ['git.example.com']
let g:fugitive_github_domains = ['https://example.com']
~
:[range]Gbrowse! Like :Gbrowse, but put the URL on the clipboard rather
than opening it.