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