mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-18 08:13:44 -05:00
Compare commits
3 Commits
3813187aa1
...
afda8f1636
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afda8f1636 | ||
|
|
b068eaf1e6 | ||
|
|
8a8d0df331 |
@@ -55,10 +55,10 @@ Additional commands are provided for higher level operations:
|
||||
the buffer. `:GRemove` does the same but leaves the (now empty) buffer
|
||||
open.
|
||||
* `: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
|
||||
are available for popular providers such as [GitHub][rhubarb.vim],
|
||||
[GitLab][fugitive-gitlab.vim], [Bitbucket][fubitive.vim],
|
||||
[Gitee][fugitive-gitee.vim], [Pagure][pagure],
|
||||
hosting provider or copy a link, with optional line range (try it in visual
|
||||
mode). Plugins are available for popular providers such as
|
||||
[GitHub][rhubarb.vim], [GitLab][fugitive-gitlab.vim],
|
||||
[Bitbucket][fubitive.vim], [Gitee][fugitive-gitee.vim], [Pagure][pagure],
|
||||
[Phabricator][vim-phabricator], [Azure DevOps][fugitive-azure-devops.vim],
|
||||
and [sourcehut][srht.vim].
|
||||
|
||||
|
||||
@@ -8030,8 +8030,8 @@ function! fugitive#MapJumps(...) abort
|
||||
call s:MapMotion(']]', 'exe <SID>NextSection(v:count1)')
|
||||
call s:MapMotion('[]', 'exe <SID>PreviousSectionEnd(v:count1)')
|
||||
call s:MapMotion('][', 'exe <SID>NextSectionEnd(v:count1)')
|
||||
call s:Map('nxo', '*', '<SID>PatchSearchExpr(0)', '<expr>')
|
||||
call s:Map('nxo', '#', '<SID>PatchSearchExpr(1)', '<expr>')
|
||||
call s:Map('no', '*', '<SID>PatchSearchExpr(0)', '<expr>')
|
||||
call s:Map('no', '#', '<SID>PatchSearchExpr(1)', '<expr>')
|
||||
endif
|
||||
call s:Map('n', 'S', ':<C-U>echoerr "Use gO"<CR>', '<silent><unique>')
|
||||
call s:Map('n', 'dq', ":<C-U>call fugitive#DiffClose()<CR>", '<silent>')
|
||||
|
||||
Reference in New Issue
Block a user