Remove debugging statement

This commit is contained in:
Tim Pope 2017-05-30 13:09:24 -04:00
parent be770419fc
commit 7195586b79

View File

@ -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