mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Add Gitee link (#1099)
This commit is contained in:
@@ -39,11 +39,13 @@ making it like `git add` when called from a work tree file and like
|
|||||||
Use `:Gbrowse` to open the current file on the web front-end of your favorite
|
Use `:Gbrowse` to open the current file on the web front-end of your favorite
|
||||||
hosting provider, with optional line range (try it in visual mode!). Plugins
|
hosting provider, with optional line range (try it in visual mode!). Plugins
|
||||||
are available for popular providers such as [GitHub][rhubarb.vim],
|
are available for popular providers such as [GitHub][rhubarb.vim],
|
||||||
[GitLab][fugitive-gitlab.vim], and [Bitbucket][fubitive.vim].
|
[GitLab][fugitive-gitlab.vim], [Bitbucket][fubitive.vim],
|
||||||
|
and [Gitee][fugitive-gitee.vim].
|
||||||
|
|
||||||
[rhubarb.vim]: https://github.com/tpope/vim-rhubarb
|
[rhubarb.vim]: https://github.com/tpope/vim-rhubarb
|
||||||
[fugitive-gitlab.vim]: https://github.com/shumphrey/fugitive-gitlab.vim
|
[fugitive-gitlab.vim]: https://github.com/shumphrey/fugitive-gitlab.vim
|
||||||
[fubitive.vim]: https://github.com/tommcdo/vim-fubitive
|
[fubitive.vim]: https://github.com/tommcdo/vim-fubitive
|
||||||
|
[fugitive-gitee.vim]: https://github.com/linuxsuren/fugitive-gitee.vim
|
||||||
|
|
||||||
Add `%{FugitiveStatusline()}` to `'statusline'` to get an indicator
|
Add `%{FugitiveStatusline()}` to `'statusline'` to get an indicator
|
||||||
with the current branch in (surprise!) your statusline.
|
with the current branch in (surprise!) your statusline.
|
||||||
|
|||||||
Reference in New Issue
Block a user