mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -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
|
if !&modifiable
|
||||||
call s:Map('n', 'gq', ":<C-U>bdelete<CR>", '<silent> <unique>')
|
call s:Map('n', 'gq', ":<C-U>bdelete<CR>", '<silent> <unique>')
|
||||||
endif
|
endif
|
||||||
|
return 'doautocmd <nomodeline> User FugitivePager'
|
||||||
endif
|
endif
|
||||||
return s:DoAutocmd('User FugitivePager')
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:TempDelete(file) abort
|
function! s:TempDelete(file) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user