Remove debugging statement
This commit is contained in:
parent
be770419fc
commit
7195586b79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user