motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 7195586b7952a49c3de90dc7dc25c262116eaa83 (tree)
parent be770419fc1ee6d0275fe69be2598d0e3be39404
Author: Tim Pope <code@tpope.net>
Date:   Tue, 30 May 2017 13:09:24 -0400

Remove debugging statement

Diffstat:
Mplugin/fugitive.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -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