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