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