[Commits] FugitiveGenerate -> FugitiveFind

https://github.com/junegunn/fzf.vim/issues/674#issuecomment-431714761
This commit is contained in:
Junegunn Choi
2018-10-22 16:10:28 +09:00
parent c6275ee108
commit 50707b089b

View File

@@ -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