mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-07 21:24:40 +08:00
[Commits] FugitiveGenerate -> FugitiveFind
https://github.com/junegunn/fzf.vim/issues/674#issuecomment-431714761
This commit is contained in:
@@ -1088,7 +1088,7 @@ function! s:commits_sink(lines)
|
|||||||
else
|
else
|
||||||
" Since fugitive buffers are unlisted, we can't keep using 'e'
|
" Since fugitive buffers are unlisted, we can't keep using 'e'
|
||||||
let c = (cmd == 'e' && idx > 1) ? 'tab split' : cmd
|
let c = (cmd == 'e' && idx > 1) ? 'tab split' : cmd
|
||||||
execute c FugitiveGenerate(sha)
|
execute c FugitiveFind(sha)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user