From 50707b089b1c61fcdb300ec1ecbc4249ead4af11 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 22 Oct 2018 16:10:28 +0900 Subject: [PATCH] [Commits] FugitiveGenerate -> FugitiveFind https://github.com/junegunn/fzf.vim/issues/674#issuecomment-431714761 --- autoload/fzf/vim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fzf/vim.vim b/autoload/fzf/vim.vim index 320356d..0f37df4 100644 --- a/autoload/fzf/vim.vim +++ b/autoload/fzf/vim.vim @@ -1088,7 +1088,7 @@ function! s:commits_sink(lines) else " Since fugitive buffers are unlisted, we can't keep using 'e' let c = (cmd == 'e' && idx > 1) ? 'tab split' : cmd - execute c FugitiveGenerate(sha) + execute c FugitiveFind(sha) endif endif endfor