mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 06:43:51 -05:00
Add Help: header
Closes https://github.com/tpope/vim-fugitive/issues/1513
This commit is contained in:
@@ -3627,6 +3627,10 @@ function! s:DoToggleHeadHeader(value) abort
|
||||
call search('\C^index$', 'wc')
|
||||
endfunction
|
||||
|
||||
function! s:DoToggleHelpHeader(value) abort
|
||||
exe 'help fugitive-map'
|
||||
endfunction
|
||||
|
||||
function! s:DoStagePushHeader(value) abort
|
||||
let remote = matchstr(a:value, '\zs[^/]\+\ze/')
|
||||
if empty(remote)
|
||||
|
||||
Reference in New Issue
Block a user