mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
@@ -1075,7 +1075,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 'fugitive://'.s:git_root.'/.git//'.sha
|
||||
execute c FugitiveGenerate(sha)
|
||||
endif
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user