mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 22:03:51 -05:00
Remove debugging statement
This commit is contained in:
@@ -1843,7 +1843,6 @@ function! s:Diff(vert,keepfocus,...) abort
|
||||
else
|
||||
let file = s:buffer().expand(arg)
|
||||
endif
|
||||
throw file
|
||||
if file !~# ':' && file !~# '^/' && s:repo().git_chomp('cat-file','-t',file) =~# '^\%(tag\|commit\)$'
|
||||
let file = file.s:buffer().path(':')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user