mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -05:00
Enable maps in :Git! output buffers
This commit is contained in:
@@ -1775,6 +1775,9 @@ function! s:SetupTemp(file) abort
|
|||||||
setlocal nomodifiable
|
setlocal nomodifiable
|
||||||
endif
|
endif
|
||||||
call FugitiveDetect(a:file)
|
call FugitiveDetect(a:file)
|
||||||
|
if &filetype ==# 'git'
|
||||||
|
call fugitive#MapJumps()
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
return ''
|
return ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user