From 2ed42806b6ef9116536019401e372fa22bcf8b99 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 13 Jan 2010 17:38:07 -0500 Subject: [PATCH] Remove debugging statement --- plugin/fugitive.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index eed7c22..42d8e62 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1213,7 +1213,6 @@ function! s:BufReadIndex() else let indexspec = 'GIT_INDEX_FILE='.s:shellesc(expand('%')).' ' endif - let g:indexspec = indexspec if b:fugitive_display_format call s:ReplaceCmd(indexspec.s:repo().git_command('ls-files','--stage')) set ft=git nospell