mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 03:23:46 -05:00
Fix misfire of User FugitivePager
Resolves: https://github.com/tpope/vim-fugitive/issues/2283
This commit is contained in:
@@ -3350,8 +3350,8 @@ function! s:TempReadPost(file) abort
|
||||
if !&modifiable
|
||||
call s:Map('n', 'gq', ":<C-U>bdelete<CR>", '<silent> <unique>')
|
||||
endif
|
||||
return 'doautocmd <nomodeline> User FugitivePager'
|
||||
endif
|
||||
return s:DoAutocmd('User FugitivePager')
|
||||
endfunction
|
||||
|
||||
function! s:TempDelete(file) abort
|
||||
|
||||
Reference in New Issue
Block a user