mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -05:00
Fix gf in gitcommit diff
Closes https://github.com/tpope/vim-fugitive/issues/1084
This commit is contained in:
@@ -3515,7 +3515,7 @@ endfunction
|
||||
|
||||
function! fugitive#StatusCfile() abort
|
||||
let file = s:Generate(s:StatusCfile())
|
||||
return empty(file) ? "\<C-R>\<C-F>" : s:fnameescape(file)
|
||||
return empty(file) ? fugitive#Cfile() : s:fnameescape(file)
|
||||
endfunction
|
||||
|
||||
function! s:cfile() abort
|
||||
|
||||
Reference in New Issue
Block a user